JSFiddle - React, Tailwind, and code Playground
by Thet Hlaing
HTML
<div class="header">
<div class="menu-collapse">MENU</div>
</div>
CSS
.header{
width:300px;
height:auto;
border:1px solid grey;
}
.menu-collapse {
display: table-cell;
vertical-align: middle;
border-right: 2px solid red;
padding: 5px 10px;
height: 100%;
}