JSFiddle - React, Tailwind, and code Playground
HTML
<div contentEditable="true" class="blog_content_snippet bb1" data-text="Enter text here"></div>
CSS
.blog_content_snippet:empty:not(:focus):before{
content:attr(data-text)
}
<div contentEditable="true" class="blog_content_snippet bb1" data-text="Enter text here"></div>
.blog_content_snippet:empty:not(:focus):before{
content:attr(data-text)
}