Here is an example of using the Amount Field in a plain html page:

<html>
<head>
<link href="./dist/web/base.css" rel="stylesheet" />
<script src="https://developer.temenos.com/uux/unified-ux-web.min.js"></script>
</head>
<body>
<uwc-amount-field label="Relation Code"></uwc-amount-field>
</body>
</html>