JSFiddle - React, Tailwind, and code Playground
by bluey
HTML
<div class='fixed'>
THIS
</div>
CSS
.fixed {
position: fixed;
top: 10px;
}
by bluey
<div class='fixed'>
THIS
</div>
.fixed {
position: fixed;
top: 10px;
}