JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="editableFrame" style="width: 500px; height: 300px">
</iframe>
JavaScript
var frameDoc = document.getElementById('editableFrame').contentWindow.document;
frameDoc.body.contentEditable = true;