JSFiddle - React, Tailwind, and code Playground

by AntonLapshin

HTML

<textarea placeholder="123"></textarea>

CSS

textarea:placeholder-shown {
  color: green;
  font-size: 2rem;
}