Application
Application Textareas Base
Live Preview
<label for="Notes">
<span class="text-sm font-medium text-gray-700"> Notes </span>
<textarea
id="Notes"
class="mt-0.5 w-full resize-none rounded border-gray-300 shadow-sm sm:text-sm"
rows="4"
></textarea>
</label>