How would you structure this component?
Making a discord clone in html and css for fun, curious what tags you guys would use for this. Discord uses a
div for the "Chat"/"Community" button, and then a nav for the individual channels. I think a nav is definitely the right approach, but I feel like there could be a more semantic way to approach the "Chat" button... now that I'm typing this, I just realized I could use aria for this probably... and now that I'm looking it up I can probably use a combination of aria-role and aria-controls. Curious on your inputs, maybe there's a better way I'm missing

