JSFiddle - React, Tailwind, and code Playground

by Softlink

HTML

<textarea name="" id="" cols="30" rows="10" placeholder="Каким цветом будет текст?"></textarea>

CSS

::-webkit-input-placeholder{
    color: green;
}
::-moz-placeholder{
    color: green;
    opacity: 1;
}