Perfect. This is the final code that worked. I also hide the separator bar. Thank Jammy!
/*hide tags and badges link from hamburger menu for guests */
.anon {
.hamburger-panel .menu-panel {
a.latest-topics-link,
a.top-topics-link,
a.badge-link,
li a.widget-link[href="/tags"],
.menu-container-general-links
{
display: none
}
}
}