JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container" style="height:100%;">
<div class="title">5654</div>
</div>
CSS
body{height:100vh; margin:0;}
.container{
display:flex;
flex-direction:column;
align-items: stretch;
}
.container div{
flex: 1;
}