JSFiddle - React, Tailwind, and code Playground

by shahrukh007

HTML

<div id="container">
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    
    <h5>heloo</h5>
    
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    <h5>heloo</h5>
    
</div>

CSS

body { min-height: 1000px }
div#container { height: 200px; width: 300px; overflow: scroll; }
div#content { height: 1000px; }

#container::-webkit-scrollbar {
    width: 10px;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}