Move your mouse into this area
The mouseenter event fires when the mouse pointer enters an element. Unlike mouseover, it does not bubble up through the DOM tree.
Common use cases: Hover effects, tooltips, and interactive UI elements.