JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://cdn.ckeditor.com/4.4.3/standard/ckeditor.js"></script>
<textarea id="editor" cols="10" rows="10"></textarea>
JavaScript
CKEDITOR.replace( 'editor', { removePlugins: 'tabletools,contextmenu' } );