How to link/hyperlink Lotties so that external or internal web pages can be linked from there?

How to link/hyperlink Lotties so that external or internal web pages can be linked from there?

Found an answer!

"Wrapping the Lottie in a

<a>

tag could work? Like this:

<a href='yourlink.com'>
  <lottie-animation></lottie-animation>    
</a>
```"

This is excactly what im looking for - do you have an example to see? Thanks Kristian