JSFiddle - React, Tailwind, and code Playground
HTML
<div id="sidebar">
</div>
CSS
div#sidebar {
position: fixed;
background-color : #00FF00;
height: 90%;
width: 300px;
margin-bottom: 10px;
}
<div id="sidebar">
</div>
div#sidebar {
position: fixed;
background-color : #00FF00;
height: 90%;
width: 300px;
margin-bottom: 10px;
}