JSFiddle - React, Tailwind, and code Playground

by jasongennaro

HTML

<div></div>

CSS

div{
    height:2000px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color:#808080;
}