How to create div element into body

// main.html
<body>
    <div id="react-dom"></div>
</body>

Nothing shown

Fixed by forking boilerplate-generator package