JSFiddle - React, Tailwind, and code Playground
by Brad9aga
HTML
<div>
</div>
CSS
div{
min-width: 100px;
height: 100px;
background: red;
resize: both;
overflow: auto;
}
by Brad9aga
<div>
</div>
div{
min-width: 100px;
height: 100px;
background: red;
resize: both;
overflow: auto;
}