JSFiddle - React, Tailwind, and code Playground

by bluey

HTML

<div class='fixed'>
    THIS
</div>

CSS

.fixed {
    position: fixed;
    top: 10px;
}