Here is an example of using the Tooltip in a plain html page:
<html>
<head>
<link href="https://developer.temenos.com/uux/base.css" rel="stylesheet" />
<script src="https://developer.temenos.com/uux/unified-ux-web.min.js"></script>
</head>
<body>
<uwc-tooltip content="Link to google"><a href="www.google.com">Over</a></uwc-tooltip>
</body>
</html>
Inherits from Shoelace - Tooltip