JSFiddle - React, Tailwind, and code Playground
HTML
<div class="parent">
<div class="child">
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
</div>
Test<br/>
Test<br/>
Test<br/>
Test<br/>
</div>
CSS
.parent{
height: 80px;
overflow: auto
}
.child{
height: 60px;
overflow: auto
}