JSFiddle - React, Tailwind, and code Playground
by halirgb
HTML
<div class="container">
<ul class="center">
<li>some shot</li>
<li>some shot</li>
<li>some shot</li>
</ul>
</div>
CSS
.container{
background-color:red;
height:50px;
width:100%;
}