JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<div id="toto">
Toto</div>

CSS

#toto{
  color:red;
}