JSFiddle - React, Tailwind, and code Playground
HTML
<div class="fixed"></div>
<div></div>
<div></div>
<div></div>
CSS
div{
margin: 5px;
height: 10px;
width: 100px;
background-color: #cc0000;
box-sizing:border-box;
}
.fixed{
position:fixed;
border: 1px solid #cccc00;
}