JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
    <li>Home</li>
    <li>Contact</li>
</ul>

CSS

ul li:before {
     content: '→ ';
}