JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://epiceditor.com/epiceditor/js/epiceditor.js"></script>
<link rel="stylesheet" href="http://epiceditor.com/epiceditor/themes/base/epiceditor.css">
<link rel="stylesheet" href="http://epiceditor.com/epiceditor/themes/editor/epic-dark.css">
<link rel="stylesheet" href="http://epiceditor.com/epiceditor/themes/preview/github.css">
<div id="epiceditor"></div>
CSS
html, body, iframe, div {
margin:0;
padding:0;
}
JavaScript
var editor = new EpicEditor().load();