<body>
<h1>TinyMCE Example</h1>
    <form method="post">
    <textarea id="editor"></textarea>
    </form>
</body>
      tinymce.init({
        selector: "#editor",
        plugins: 'lists link emoticons image editimage advcode linkchecker template powerpaste tinymcespellchecker autoresize',
        menubar: true,
        toolbar_location: 'bottom',
        toolbar: 'undo redo spellchecker | formatgroup | link emoticons image template | code',
    });

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/6-testing/tinymce.min.js