JSFiddle - React, Tailwind, and code Playground
HTML
<div class="out">
<div class="in">
<ul></ul>
</div>
</div>
CSS
.out {
overflow: auto;
height:
}
.in {}
ul {
height: 2000px;
}
<div class="out">
<div class="in">
<ul></ul>
</div>
</div>
.out {
overflow: auto;
height:
}
.in {}
ul {
height: 2000px;
}