JSFiddle - React, Tailwind, and code Playground
by Noir Noir
HTML
<div class="scroller">
</div>
CSS
.scroller {
width: 300px;
height: 200px;
overflow: auto;
}
by Noir Noir
<div class="scroller">
</div>
.scroller {
width: 300px;
height: 200px;
overflow: auto;
}