Display a message to a user when the mouse hovers over a dom element
target (object)
A DOM element which will trigger the tooltip to display on mouse hover
tooltip (string) The message to display to the user
<Tooltip
target={document.getElementById('example-span')}
tooltip="I am a helpful message!"
/>