JSFiddle - React, Tailwind, and code Playground

by Rishi Gautam

HTML

<div class='main'>
<div class='header'>
</div>
<div class='footer'>
</div>
</div>

CSS

.main {
  display: flex;
  width: 100%;
  height: 100%;
  
}