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;
}
by Karan1412
<p id="targetP">This is paragraph element.</p>
<p id="anotherP">This is another paragraph element</p>
#targetP {
color:red;
}
#anotherP {
color:green;
}