JSFiddle - React, Tailwind, and code Playground

HTML

<div id="editor" contenteditable="true"></div>

CSS

#editor {
  line-height: 5;
  border: 1px solid gray;
  padding: 8px;
}

#editor:empty::before {
  content: 'Type your ОПРАВДАНИЯ here…';
  color: gray;
  cursor: text;
}