JSFiddle - React, Tailwind, and code Playground

by Marius Craciunoiu

HTML

<p>Paragraph one</p>
<p class="whatever">Paragraph two</p>
<p class="whatever">Paragraph three</p>
<p>Paragraph four</p>

CSS

.whatever {
    color: red;
}