JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box">
Hello 
</div>

<!--When

CSS

#box {
  background-color: red;
}