You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
467 B
HTML

<div>
<label for="comment" class="block text-sm/6 font-medium text-gray-900"
>Add your comment</label
>
<div class="mt-2">
<textarea
id="comment"
name="comment"
rows="4"
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
></textarea>
</div>
</div>