JSFiddle - React, Tailwind, and code Playground

HTML

<div class="demo demo1">This will fail</div>
<div class="demo">This works</div>

CSS

div[class=demo] {
    color: red;
}