Here is an example of using the Divider 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>
<p>Section one</p>
<uwc-divider spacing="8"></uwc-divider>
<p>Section two</p>
</body>
</html>