JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<div class="container">

</div>

CSS

.container {
  width: 50%;
  background: aqua;
  height: 100%;
  z-index: auto;
  border: solid 4px green;
}