JSFiddle - React, Tailwind, and code Playground

by Travis Harris

HTML

<div></div>

CSS

body{
    width:100%;
}
div{
    border:1px solid black;
}