JSFiddle - React, Tailwind, and code Playground

by codef0rmer

HTML

<div>One</div>
<div>Two</div>

CSS

div {
    border : 1px solid red;
}