JSFiddle - React, Tailwind, and code Playground

by J. Albert Bowden

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;
}