JSFiddle - React, Tailwind, and code Playground
by bobbyfrancisjoseph
HTML
<ul class = "names">
<li>News & Event</li>
<li style="height:1px; background-image:url(' http://www.reelax.in/images/repeater.jpg'); background-repeat:repeat-x;"></li>
<li>In Theaters now</li>
<li style="height:1px; background-image:url(' http://www.reelax.in/images/repeater.jpg'); background-repeat:repeat-x;"></li>
<li>Coming up Movies</li>
</ul>
CSS
.names
{
list-style:none;
margin:0;
margin:0px 10px 0px 0px;
width:200px;
padding:0px;
}