VisuallyHidden
Renders an element that is visually only to screen readers
<a href="#">
Learn more<VisuallyHidden> about brazilian beaches</VisuallyHidden>
</a>
Optional props
children
Content that will be only available for a screen reader
type
React.ReactNode
default
null