Tooltip Test

I need a bit of a preamble to make sure the tooltip gets positioned correctly. This is a <%- useComponent('tooltip', { id: 'example-tooltip', srText: 'Example Tooltip', content: `

Hello World!

This is the body of a tooltip

It can have multiple lines.

Even code snippets, Emphasized or Strong text, or even
` }) %>. Isn't it cool!