let tabs = Jodit.modules.TabsWidget(editor, [
{name: 'Images', content: '<div>Images</div>'},
{name: 'Title 2': Jodit.modules.Helpers.dom('<div>Some content</div>')},
{name: 'Color Picker': ColorPickerWidget(editor, function (color) {
box.style.color = color;
}, box.style.color)},
]);
If you like Jodit - try Jodit PRO
Build tabs system