JSFiddle - React, Tailwind, and code Playground
HTML
<div class="overlay">
</div>
CSS
.overlay {
position: absolute;
background-color: rgb(0, 0, 0);
z-index: 9999;
height: 100vh;
width: 100%;
top: 0;
left: 0;
}
<div class="overlay">
</div>
.overlay {
position: absolute;
background-color: rgb(0, 0, 0);
z-index: 9999;
height: 100vh;
width: 100%;
top: 0;
left: 0;
}