Hello! How can I assist you today?
Hi there! I'm here to help. What do you need?
Feel free to ask me anything!
<div class="container mx-auto max-w-5xl">
<div class="flex justify-end mb-4">
<div class="bg-gray-200 rounded-lg p-4 max-w-md">
<p class="text-gray-700">Hello! How can I assist you today?</p>
</div>
</div>
<div class="flex mb-4">
<div class="bg-blue-500 rounded-lg p-4 max-w-md">
<p class="text-white">Hi there! I'm here to help. What do you need?</p>
</div>
</div>
<div class="flex justify-end mb-4">
<div class="bg-gray-200 rounded-lg p-4 max-w-md">
<p class="text-gray-700">Feel free to ask me anything!</p>
</div>
</div>
</div>
/* Your CSS content goes here */
// Your JavaScript content goes here