Here is an example of using the Text 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-text variant="small" emphasis="high" color="temenos-dark">Small</uwc-text>
</body>
</html>