JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li></li>
<li></li>
<li></li>
</ul>
CSS
ul{
width: 100%;
height: 100%;
display: -webkit-flex;
-webkit-flex-direction: column;
}
<ul>
<li></li>
<li></li>
<li></li>
</ul>
ul{
width: 100%;
height: 100%;
display: -webkit-flex;
-webkit-flex-direction: column;
}