JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://rawgit.com/danyaPostfactum/modx-ckeditor/demo/manager/assets/components/ckeditor/ckeditor/ckeditor.js"></script>
<div id="editor1"></div>
JavaScript
var editor = CKEDITOR.replace( 'editor1', {extraPlugins: 'tabletoolsbutton', removePlugins: 'tableresize, liststyle, tabletools, contextmenu'});