JSFiddle - React, Tailwind, and code Playground

by sergiu079

HTML

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

CSS

#test {
    color: red;
}