Great article Caelin! I'm a big fan of Tailwind, but I loved reading your thoughts on Chakra UI.
I'm curious as to what the best solution you've found for building a dropdown menu. I built an "open on hover" dropdown menu using Tailwind UI (i.e. modified Headless UI components built with Tailwind CSS), but I ended up with a `tabIndex` bug with nested menus.
What have you found works well (including Chakra UI Pro, React UI Boutique, etc.) for a hover-style navigation menu? It seems to be a commonly requested website feature, but building one that actually works correctly for nested menus has been quite the challenge so far.