JSFiddle - React, Tailwind, and code Playground
HTML
<textarea class="test" spellcheck="false">alfa beta gama delta</textarea>
CSS
.test {
background: white;
color: white;
}
.test:focus {
color: black;
}
<textarea class="test" spellcheck="false">alfa beta gama delta</textarea>
.test {
background: white;
color: white;
}
.test:focus {
color: black;
}