JSFiddle - React, Tailwind, and code Playground
by Anthony1
HTML
<div id="scrollbar"></br></div>
CSS
#scrollbar {
margin-top: 10px;
height: 220px;
float: right;
overflow-y: scroll;
line-height: 403px;
}
by Anthony1
<div id="scrollbar"></br></div>
#scrollbar {
margin-top: 10px;
height: 220px;
float: right;
overflow-y: scroll;
line-height: 403px;
}