JSFiddle - React, Tailwind, and code Playground
by Manju06
HTML
<div class="background"></div>
CSS
.background {
min-height: 100vh;
width: 100vw;
position: fixed;
top: 0;
z-index: -9999;
background-color: red;
}
by Manju06
<div class="background"></div>
.background {
min-height: 100vh;
width: 100vw;
position: fixed;
top: 0;
z-index: -9999;
background-color: red;
}