<Box height={100}>
<Button>
Hover me
<Tooltip>This is a Tooltip.</Tooltip>
</Button>
</Box>
<TooltipPrimary>This is a TooltipPrimary.</TooltipPrimary>
Label of an inputThis is a TooltipIcon.
<Paragraph>
<span>Label of an input</span>
<TooltipIcon>This is a TooltipIcon.</TooltipIcon>
</Paragraph>