JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

HTML

<div>
  <div>
    
  </div>
  <div>
    
  </div>
</div>

CSS

div div {
  width: 100%;
  height: 50px;
  background: black;
}

div {
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: space-between;
}