JSFiddle - React, Tailwind, and code Playground

HTML

<div data-on >Etcetera</div>

CSS

div[data-on]{
    background-color:red;
}