JSFiddle - React, Tailwind, and code Playground

by podlipensky

HTML

<div id="one" ></div>
<div id="two" ></div>

CSS

div {
    width: 100px;
    height: 100px;
    background: blue;
    margin: 10px;
}