JSFiddle - React, Tailwind, and code Playground
HTML
<div id='aa'>
<div class='rightBlock'>
<div class='individualBlock'>
</div>
<div class='individualBlock'>
</div>
<div class='individualBlock'>
</div>
<div class='individualBlock'>
</div>
</div>
</div>
CSS
.rightBlock{
position:fixed;
height:300px;
width:90px;
border: 1px solid red;
background-color: blue;
}
.individualBlock{
height:75px;
width: 100%;
border:1px solid #dcdee3;
}