JSFiddle - React, Tailwind, and code Playground

by leopoldthecuber

HTML

<div class="out">
  <div class="in">
    <ul></ul>
  </div>
</div>

CSS

.out {
  overflow: auto;
  height: 
}

.in {}

ul {
  height: 2000px;
}