JSFiddle - React, Tailwind, and code Playground

by mynameiswilson

HTML

<div class="x">
    <a href="#">Eeny meeny miney moe</a>
    <a href="#">Eeny</a>
    <a href="#">Eeny meeny</a>
    <a href="#">miney moe</a>
</div>

CSS

.x { 
    width: 10em 

}

a { 
    background: url(http://www.jdw-insurance.com/images/pdf-icon.gif) no-repeat;
    /*text-indent: 20px*/
    padding-left: 20px;
    display: inline-block;
}