JSFiddle - React, Tailwind, and code Playground
HTML
<textarea name="test" id="test" cols="30" rows="10" maxlength=10>
some text. longer than 10 characters to trigger invalid state
</textarea>
CSS
textarea:invalid {
background-color: red;
}