JSFiddle - React, Tailwind, and code Playground

by Luis Manuel

HTML

<div class="col-sm-2">
    <ul class="nav nav-pills nav-stacked nav-static"> <!--stacked untuk jadi vertical -->
        <li class="active"><a>Create Case</a></li>
        <li><a href="wf-listofcase.php">List of cases</a></li>
        <li><a href="linksofapps.html">Links of Apps</a></li>
    </ul>
</div>

CSS

.nav-pills > li.active > a{
    color: red;
}