JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="text" placeholder="just for testing the style">
<textarea placeholder="just for testing the style"></textarea>
</form>
CSS
textarea{font-family:arial; color:red;}
<form>
<input type="text" placeholder="just for testing the style">
<textarea placeholder="just for testing the style"></textarea>
</form>
textarea{font-family:arial; color:red;}