JSFiddle - React, Tailwind, and code Playground

by CreativeDreams

HTML

<div>
  
</div>

CSS

div {
  height: 20px;
  background: red;
}

div:not(:empty) {
  background: blue;
}