JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
    <li id="pow"><a href="http://planetoftheweb.com">Planetoftheweb</a></li>
    <li id="ivs"><a href="http://iviewsource.com">iViewSource</a></li>
    <li id="ivsfb"><a href="http://facebook.com/iviewsource">iVS on Facebook</a></li>
</ul>

CSS

li {
            list-style-image: url(http://planetoftheweb.com/exercises/blueicons/wifi.png);
        }
        
        li#pow {
            list-style-image: url(http://planetoftheweb.com/exercises/blueicons/battery-full.png);            
        }