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;
}