JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://cdn.ckeditor.com/4.4.3/full/ckeditor.js"></script>
<div id="editor"></div>

JavaScript

CKEDITOR.replace('editor', { autoParagraph: false });