JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<textarea rows="2" cols="30"> </textarea>
<textarea rows="2" cols="30"></textarea>
<textarea rows="2" cols="30"> </textarea>
<textarea rows="2" cols="30"></textarea>
<textarea rows="2" cols="30"></textarea>

CSS

textarea:not(:empty){
  color: pink;
  border: 1px solid pink;
  resize: none;
}