JSFiddle - React, Tailwind, and code Playground
by brandoncc
HTML
<div>
test
</div>
CSS
body, html {
height: 1000px;
position: relative;
}
div {
position: absolute;
top: 0;
bottom: 0;
background: green;
}
by brandoncc
<div>
test
</div>
body, html {
height: 1000px;
position: relative;
}
div {
position: absolute;
top: 0;
bottom: 0;
background: green;
}