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>
<div id="editor2"></div>
<div id="editor3"></div>

JavaScript

CKEDITOR.replace( 'editor2', {skin: 'office2013'});