JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div {
height: 20px;
background: red;
}
div:not(:empty) {
background: blue;
}
<div>
</div>
div {
height: 20px;
background: red;
}
div:not(:empty) {
background: blue;
}