Minimal example of creating a live HTML editor using an iframe
.
Meant to give a general idea of how to make a more robust, production-level HTML editor using a modern Web Browser, CDN, ES Modules and no build tools (bundlers).
Basically a reproduction of a StackOverflow answer.