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