I build an app in React and I have this dropdown from Tailwind UI which is opened on click events and I want to make it open on mouse hover too. What should I change? Answer You’ll need to add onMouseEnter event to your Menu.Button and use handler for this event. Get argument event and then use event.target in handler