JSFiddle - React, Tailwind, and code Playground

by kontrach

HTML

<div style="color: blue;">
 hello
</div>

CSS

div{
  color: red;
}