JSFiddle - React, Tailwind, and code Playground

HTML

<div style="position: fixed; top: 30px; right: 30px; z-index: 9999; height: 100px;
 width: 100px; background: red;"></div>

CSS

body{
    height: 10000px;
}