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;
}