JSFiddle - React, Tailwind, and code Playground
by Dan Pasca
HTML
<!--test-->
<div id="test">Acesta este un test.</div>
CSS
#test { color: red;
}
by Dan Pasca
<!--test-->
<div id="test">Acesta este un test.</div>
#test { color: red;
}