Editor HTML
(submit to read)

Important JavaScript

tinymce.init({
  selector: "#notes",
  license_key: "gpl",
  base_url: "https://cdn.jsdelivr.net/npm/tinymce@7.6.1",
  suffix: ".min",
  height: 240,
});
const html = tinymce.get("notes").getContent();