JSFiddle - React, Tailwind, and code Playground
HTML
<div class="menu"></div>
<div class="footer">
growing <br/>
to <br/>
the <br/>
top <br/>
</div>
CSS
.footer {
position: absolute;
bottom: 0;
}
<div class="menu"></div>
<div class="footer">
growing <br/>
to <br/>
the <br/>
top <br/>
</div>
.footer {
position: absolute;
bottom: 0;
}