JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

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