JSFiddle - React, Tailwind, and code Playground

by Dedi Wibisono

HTML

<ul id="dedi">
  <li>Dedi</li>
</ul>

CSS

#dedi{color:red}
li{color:blue}