JSFiddle - React, Tailwind, and code Playground

by mledbetter

HTML

<div class="container">

</div>

CSS

div.container {
  border: solid 1px Green;
  height: 100px;
  width: 100px;
}