JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>JSAPI!</h1>
<label for="appId">appId: <input id="appId" type="text" /></label>
<div id="code">
</div>
<pre>
<script src="http://example.com/api.js?appId=<span id="appIdCode">asdf</span>"></script>
<script>
namespace.func();
</script>
</pre>
</body>
</html>