JSFiddle - React, Tailwind, and code Playground

by danya_postfactum

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( 'editor1', {skin: 'bootstrapck', uiColor: '#6CD14D'});
CKEDITOR.replace( 'editor2', {skin: 'bootstrapck'});