First line: a CSS-only hover tooltip that wraps a trigger element. ```jsx ``` Notes - Reveals on hover via CSS; no portal — keep it inside a positioned container (the collapsed sidebar uses `side="right"`). - Keep labels to a few words; for rich content use a popover/menu instead.