JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>Item</li>
</ul>
CSS
li{
list-style-type:circle;
}
li:hover{
list-style-type:square;
}
<ul>
<li>Item</li>
</ul>
li{
list-style-type:circle;
}
li:hover{
list-style-type:square;
}