Is there any ways to create custom element with pure html/js

There is no obligation to use a module system of any kind. Simply use the modeler starter and hack the stuff seen in the custom elements example inside the HTML file.

Bundling / modularization will benefit you in the longer run once your application growth, though.