Design a Tooltip UI component. The candidate is expected to walk through the full design of a reusable, production-quality Tooltip component, covering: how the tooltip overlay is rendered (e.g., via React's createPortal to escape parent stacking contexts), how props should be structured for extensibility (trigger element, content, placement, delay, etc.),…