JSFiddle - React, Tailwind, and code Playground

HTML

<div id="scrollbar"></div>

CSS

#scrollbar {
    margin-top: 10px;
    height: 220px;
    float: right;
    overflow-y: scroll;
    line-height: 403px;
}