We can use HTML within the ‘content’ field of our tooltip item. Replace the url in the <a> tag.
<script>
window.wmTooltipItems = [
{
href: "#tooltip-with-link",
content: `This is my <a href="/home">description</a>`,
},
]
</script>