JSFiddle - React, Tailwind, and code Playground
by totoromaum
HTML
<div class="parent">
<h1>My Website</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<a href="#">link!</a>
</div>
CSS
.parent {
/* color: purple; */
}