JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>item here</li>
<li>item here</li>
<li>item here</li>
<li>item here</li>
</ul>
CSS
ul li {
width:200px;/*problem*/
display:inline-block;
color:white;
background-color:red;
border-radius:5px;
font-family:verdana;
font-size:2em;
box-shadow:0 7px 0 #600;
padding:5px 20px;
margin:15px;
}