JSFiddle - React, Tailwind, and code Playground

by briguy37

HTML

<ul>
<li>Wanted <span class="arrowsprite">&nbsp;</span></li>
<li>Wanted <span class="arrowsprite"></span></li>

</ul>

CSS

.arrowsprite {
    width:0px;      
    height:0px;      
    border-left:5px solid transparent;     
    border-right:5px solid transparent;     
    border-top:5px solid #444444;     
    font-size:0px;     
    line-height:0px;     
    top:-2px;     
    position:relative; }