JSFiddle - React, Tailwind, and code Playground
by Jake
HTML
<div data-color="blue">
hi bob
</div>
CSS
div {
background: attr('data-color', red);
}
by Jake
<div data-color="blue">
hi bob
</div>
div {
background: attr('data-color', red);
}