JSFiddle - React, Tailwind, and code Playground
by mmansion
HTML
<div id="wrapper">
<div></div>
</div>
CSS
#wrapper {
height: 200px;
overflow: scroll;
}
#wrapper div {
width: 300px;
height: 800px;
background: orange;
}