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;
}