JSFiddle - React, Tailwind, and code Playground

by mvivekc

HTML

<div class="container"> <div class="content"> </div> </div>

CSS

.content{
    width:100px;
    height:300px;
    background-color:red;
}
.container{
    width:80px;
    height:40px;
    overflow:scroll;
    background-color:black;
}