JSFiddle - React, Tailwind, and code Playground
HTML
<span contentEditable="true" data-placeholder="Type your text here."></span>
CSS
[contentEditable=true]:empty:not(:focus):before{
content:attr(data-placeholder)
}
<span contentEditable="true" data-placeholder="Type your text here."></span>
[contentEditable=true]:empty:not(:focus):before{
content:attr(data-placeholder)
}