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