JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://ckeditor.com/apps/ckeditor/4.3.3/ckeditor.js"></script>
<span class="inline-block">
    <div>
        <textarea name="ckeditor" class="ckeditor">&nbsp;</textarea>
        <textarea name="ckeditor2" class="ckeditor">&nbsp;</textarea>
        <textarea name="ckeditor3" class="ckeditor">&nbsp;</textarea>
        <textarea name="ckeditor4" class="ckeditor">&nbsp;</textarea>
    </div>
</span>

CSS

.inline-block {
    display: inline-block;
}