Immersive Band Showcase - Copy this Html, Tailwind Component to your project
Build an HTML webpage with a full screen video background that plays automatically, loops, and is muted. The page should have a floating menu in the top left corner with four items: Biography, Members, Music, and Events. Each menu item should be accompanied by an image next to the text. When the user hovers over any menu item, a black semi transparent background (with low opacity) should cover the entire screen, except for the hovered menu item and its corresponding content. The content should include both text and an image, and everything should appear with a highlight effect while the rest of the page remains dimmed. Use HTML and CSS for layout and styles, and JavaScript to handle the hover interactions. Ensure smooth transitions between states for a dynamic, polished user experience
