HTML


            <textarea id="editor"></textarea>
        

JavaScript


            const editor = Jodit.make('#editor', {
              theme: 'dark'
            });
            editor.value = '<p>start</p>'