JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>Wanted <span class="arrowsprite"> </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;
display:inline-block;
}