JSFiddle - React, Tailwind, and code Playground

HTML

<div id="toster"></div>

CSS

#toster {
    width: 200px;
    height: 1000px;
    background: darkred;
    position: absolute;
}