JSFiddle - React, Tailwind, and code Playground
HTML
<div id="back"></div>
CSS
#back {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #222;
}
<div id="back"></div>
#back {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #222;
}