JSFiddle - React, Tailwind, and code Playground

by Mansfield

HTML

<ul class="test">
    <li class="test">
        Item1
        <ul>
            <li>Item2 </li>
        </ul>
    </li>
<ul>

CSS

li.test:hover
{
    text-decoration: underline
}