JSFiddle - React, Tailwind, and code Playground

by Dan Pasca

HTML

<!--test-->
<div id="test">Acesta este un test.</div>

CSS

#test { color: red;
}