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