JSFiddle - React, Tailwind, and code Playground

by lottikarotti

HTML

<ul>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ul>

CSS

li {
  list-style: none ;
  padding-left: 20px ;
  background-image: url( 'http://newmarketpartners.de/images/pfeil.png' ) ;
  background-repeat: no-repeat ;
}