JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
    <li class="sub-menu-item"><a href="#">FACULTY&amp;STAFF</a></li>
</ul>

CSS

li.sub-menu-item
{
    background-image: url('http://i.imgur.com/JIa6C.png'); /* Just a transparent PNG with a line in the middle */
}

li.sub-menu-item a
{
    background-color: #FFF;
    padding: 0 10px;
    margin-left: 200px /* So you can see the left side of the line too */
}