JSFiddle - React, Tailwind, and code Playground
by Bacher
HTML
<div class="outer">
</div>
CSS
.outer {
height: 50px;
overflow: scroll;
background: red;
}
by Bacher
<div class="outer">
</div>
.outer {
height: 50px;
overflow: scroll;
background: red;
}