JSFiddle - React, Tailwind, and code Playground

HTML

<p>div[cE=true]:</p>
<div contenteditable=true></div>
<p>div[cE=false]:</p>
<div></div>
<p>foo</p>

CSS

div {
  background-color:red;
}

p {
  background-color:green;
}