JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.0.1/ckeditor.js"></script>
<div class="p-text" contenteditable="true" style="width: 80%; position: relative;" id="editor1">
<p>
<br/>
</p>
</div>
<div class="p-text" contenteditable="true" style="width: 80%; position: relative;" id="editor2">
<p>
<br/>
</p>
</div>
CSS
.p-text {
border: 1px solid black;
}
.p-text p{
line-height: 16px;
}