JSFiddle - React, Tailwind, and code Playground

by dsgnr

HTML

<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
<div id="codex-editor">
</div>

JavaScript

/* import EditorJS from '@editorjs/editorjs'; */


const editor = new EditorJS('codex-editor');