JSFiddle - React, Tailwind, and code Playground

by radu

HTML

<div id="test"></div>

CSS

#test
{
    background:red;
    margin:20px;
}