JSFiddle - React, Tailwind, and code Playground

by Karan1412

HTML

<p id="targetP">This is paragraph element.</p>
<p id="anotherP">This is another paragraph element</p>

CSS

#targetP {
    color:red;
}
#anotherP {
    color:green;
}