JSFiddle - React, Tailwind, and code Playground
by yash009
HTML
<div id="root">
<p class="quote">something</p>
</p>
sometext
<p class="other">...</p>
</div>
CSS
#root p {
color:green;
}
by yash009
<div id="root">
<p class="quote">something</p>
</p>
sometext
<p class="other">...</p>
</div>
#root p {
color:green;
}