blazor navlink mengubah bg komponen saat ini
//ActiveClass compere if the component you are in
//right now its the same and add the css class
<NavLink href="COMPONENT" ActiveClass="bg-white">
<span>Dashboard</span>
</NavLink>
NIP