JSFiddle - React, Tailwind, and code Playground

HTML

<textarea id="txt1" class="txt1 required" name="comment1" placeholder='test'></textarea>

CSS

.txt1{background-color:black;color:white;}
#txt1::-webkit-input-placeholder {
  color: #ccc;
}