Building a Tooltip Component with React Hooks
A tooltip is a message that is positioned relative to an element on a Graphical User Interface. In this project we will be building a controlled tooltip component with React hooks.
Our tooltip component will by default display the tooltip on hover on the element. We will also be able