JSFiddle - React, Tailwind, and code Playground

by Brad9aga

HTML

<div>
</div>

CSS

div{
width: 100px;
height: 100px;
background: red;
resize: both;
  overflow: auto;
}