Webpack template library

HTML

<script src="https://unpkg.com/[email protected]/dist/ExampleModule.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/ExampleModule.css">
<div id="testId">
  This is a test parent div
</div>

JavaScript

ExampleModule.createParagraphElement("testId", "this is a test of the created element");