JSFiddle - React, Tailwind, and code Playground

by bgrins

HTML

<div class='foo'>hi</div>

CSS

p,
div,
.foo,
.bar {
color: red;
}