#### Example

```js
<div>
  <p>
    <Anchor>
      Anchor example: automatically generated href
    </Anchor>
  </p>
  <p>
    <Anchor href="anchor-example-custom-href">
      Anchor example: explicit href
    </Anchor>
  </p>
</div>
```
