Tooltip
The Tooltip component is a user interface element that provides additional information about a UI element when a user hovers over, focuses on, or taps that element.
Tooltip
<a href="#" class="tooltip" data-tooltip="This is tip">I'm a link</a>
<a href="#" className="tooltip" data-tooltip="This is tip">I'm a link</a>