JSFiddle - React, Tailwind, and code Playground

by Ivin Raj S

HTML

<div>
   <ul>
     <li>A</li>
     <li>B</li>
     <li>C</li>
   </ul>
</div>

CSS

ul li{ -webkit-flex: 1 auto; flex: 1 auto; }
ul {display: -webkit-flex; display: flex;}