JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li class="ladybug">This is my first item</li>
<li class="ladybug">And here's my second</li>
</ul>
CSS
.ladybug {
list-style-type: none;
padding-left: 1.5em;
background-image: url('http://www.openclipart.org/people/lemmling/lemmling_Ladybug.svg');
background-size: 1em;
background-repeat: no-repeat;
}