JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<ul>
    <li></li>
    <li></li>
    <li></li>
</ul>

CSS

ul{
    width: 100%;
    height: 100%;
    
    display: -webkit-flex;
    -webkit-flex-direction: column;
    
}