JSFiddle - React, Tailwind, and code Playground

HTML

<li>
<a href="jsfiddle.net">Text</a>
</li>
<li>
    only text
</li>

CSS

li {list-style-type: circle;}
li a:before li:hover {list-style-type: disc;}