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;
}