JSFiddle - React, Tailwind, and code Playground
HTML
<div class="banner">
</div>
CSS
.banner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
<div class="banner">
</div>
.banner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}