JSFiddle - React, Tailwind, and code Playground

by thilakar

HTML

<div id="mainDiv">
        <div class="innerdiv">
        </div>
    </div>

CSS

#mainDiv
 {
   overflow: auto;
   width: 640px; 
   height: 65px;
   background:lightblue;
 } 

.innerdiv {
 width:690px;
  height:120px;  
}