JSFiddle - React, Tailwind, and code Playground
by jakie8
HTML
<div></div>
CSS
body{
padding:50px;
}
div{
resize: both;
display:inline-block;
overflow: auto;
min-width:50px;
min-height:50px;
background:red;
}
by jakie8
<div></div>
body{
padding:50px;
}
div{
resize: both;
display:inline-block;
overflow: auto;
min-width:50px;
min-height:50px;
background:red;
}