JSFiddle - React, Tailwind, and code Playground
HTML
<div id="toster"></div>
CSS
#toster {
width: 200px;
height: 1000px;
background: darkred;
position: absolute;
}
<div id="toster"></div>
#toster {
width: 200px;
height: 1000px;
background: darkred;
position: absolute;
}