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