+ Lorem ipsum dolor sit amet.
+
+ }
+>
+ Learn more.
+
+```
+
+The screen reader will announce: `Learn more. Lorem ipsum dolor sit amet.`.
+
+#### Example 2
+
+The children element is an icon component. To achieve the accessibility of the Tooltip, adding an `aria-label` to the icon component is necessary.
+
+```jsx
+