Example:


Note: this component should not be visible to the eye, but is a hidden component to be picked up by screen readers.
<br />
This should be placed inside the component you want to add a descriptor to, for example:

`<a href="/">Here is a link <ScreenReaderText text="here is the hidden component"/></a>`

```js
<ScreenReaderText text="an example of screen reader text" />
```
