JSFiddle - React, Tailwind, and code Playground

HTML

<div class="header">test</div>
<div class="content">foo</div>

CSS

.content{
   border: 1px solid red;   
   height: 95%;
}
html, body { height:100%; }

.header{
    height:200px;
border: 1px solid green;
}