<div class="mx-auto max-w-md p-6">
<textarea
type="text"
class="block h-32 w-full rounded-lg border border-gray-300 bg-white px-3 py-2.5 text-sm text-gray-900 placeholder-gray-500 shadow-sm focus:border-gray-500 focus:outline-0 focus:ring-1 focus:ring-gray-500"
placeholder="Please enter your review of the product here."
></textarea>
</div>
<div class="mx-auto max-w-md space-y-6 p-6">
<div>
<label for="review" class="mb-1.5 block text-sm text-gray-700"> Write a review </label>
<textarea
id="review"
type="text"
class="block h-32 w-full rounded-lg border border-gray-300 bg-white px-3 py-2.5 text-sm text-gray-900 placeholder-gray-500 shadow-sm focus:border-gray-500 focus:outline-0 focus:ring-1 focus:ring-gray-500"
placeholder="Please enter your review of the product here."
></textarea>
</div>
</div>
<div class="mx-auto max-w-md p-6">
<div>
<label for="review" class="mb-1.5 block text-sm text-gray-700"> Write a review </label>
<textarea
id="review"
type="text"
class="block h-32 w-full rounded-lg border border-gray-300 bg-white px-3 py-2.5 text-sm text-gray-900 placeholder-gray-500 shadow-sm focus:border-gray-500 focus:outline-0 focus:ring-1 focus:ring-gray-500"
placeholder="Please enter your review of the product here."
></textarea>
<div class="mt-2 text-xs text-gray-700">
Please provide a detailed review of your experience with the product. Include information about its performance, design, and overall
satisfaction with your purchase.
</div>
</div>
</div>