JSFiddle - React, Tailwind, and code Playground

by Rich Costello

HTML

<h4 class="dyncustblue"></h4>
<h4 class="dyncustblue">test</h4>

CSS

.dyncustblue{
    background-color: red
}

JavaScript

$('.dyncustblue:empty').hide();