Is your feature request related to a problem? Please describe.
The Razden tooltip component doesn't provide suitable attributes for screen readers. According to the Mozilla documentation,  the component that triggers the tooltip should reference the tooltip by ID with aria-describedby (with the ID of the tooltip). The tooltip content should also have the attribute role='tooltip'.
Describe the solution you'd like
Update the tooltip component to populate these attributes when assigned to an element. Alternatively allow developers to specify accessibility attributes within ToolTipOptions
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
N/a
Additional context
 
Figure: Tooltip trigger does not have aria-describedby attribute