JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<head>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
</head>
<body>
Address: <input type="text" id="address"/>
<script type="text/javascript" src="https://point.digital.nsw.gov.au/v2/widget/NSWPoint.js"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
	NSWPoint.setupAddressWidget({
		"apiKeyPredictive1": "JribH6c6K62UtIXmgpfhe9eCbTUkajbK6jrSHAE8",
		"apiKeyOthers": "JribH6c6K62UtIXmgpfhe9eCbTUkajbK6jrSHAE8",
		"selector": "#address"
	})
});
</script>
</body>
</html>