JSFiddle - React, Tailwind, and code Playground
by Bacher
HTML
<div class=lol>
123
123
123
123
123
123
</div>
CSS
.lol {
height: 10px;
overflow: scroll;
}
by Bacher
<div class=lol>
123
123
123
123
123
123
</div>
.lol {
height: 10px;
overflow: scroll;
}