JSFiddle - React, Tailwind, and code Playground
HTML
<div class="">This works</div>
<div class="hello">This should fail</div>
<a href="">fail</a><Br />
<a href="https://example.com/">work</a>
CSS
div[class=""] {
color: red;
}
a[href=""]{
color:#ff0;
}