JSFiddle - React, Tailwind, and code Playground

HTML

<div class="resizable"> 
    Some stuff
</div>

CSS

.resizable {
     height: 100px;
     width: 100px;    
     overflow: scroll;
     resize: both;   
}