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