JSFiddle - React, Tailwind, and code Playground
by booktu8
HTML
<div class="wrap">
<div></div>
</div>
CSS
.wrap{
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
background-color: red;
}
by booktu8
<div class="wrap">
<div></div>
</div>
.wrap{
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
background-color: red;
}