JSFiddle - React, Tailwind, and code Playground

by mynameisdonald

HTML

<span contentEditable="true" data-placeholder="Type your text here."></span>

CSS

[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-placeholder)
}