JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://nightly.ckeditor.com/13-03-12-08-51/standard/ckeditor.js"></script>
<div contenteditable="true" style="border:1px solid black; width:300px; height:150px;">
    this is content of DIV
</div>

<br /><br /><br />

<table cellspading="2" border="1">
    <tr>
        <td contenteditable="true">TD cell 1</td>
        <td contenteditable="true">TD cell 2</td>
    </tr>
</table>