JSFiddle - React, Tailwind, and code Playground

by Noir Noir

HTML

<div class="scroller">

</div>

CSS

.scroller {
  width: 300px;
  height: 200px;
  overflow: auto;
}