JSFiddle - React, Tailwind, and code Playground

by Chris Nicholson

HTML

<div></div>

CSS

div {
    height: 10px;
    width: 10px;
    border: 1px solid #000;
    float: left;
}