JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<div class="outer">

</div>

CSS

.outer {
  height: 50px;
  overflow: scroll;
  background: red;
}