JSFiddle - React, Tailwind, and code Playground
by hcanning2012
HTML
<div contentEditable=true data-text="$0"></div>
CSS
[contentEditable=true]:empty:not(:focus):before{
content:attr(data-text)
}
by hcanning2012
<div contentEditable=true data-text="$0"></div>
[contentEditable=true]:empty:not(:focus):before{
content:attr(data-text)
}