Here is an example of using the Chip Group 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-chip-group
options='[{ "label": "Chip One" ,"value": "one", "icon": "grade" }, { "label": "Chip Two", "value": "two", "icon": "grade" }]'
></uwc-chip-group>
</body>
</html>