JSFiddle - React, Tailwind, and code Playground

by Jake

HTML

<div data-color="blue">

hi bob
</div>

CSS

div {

  background: attr('data-color', red);

}