JSFiddle - React, Tailwind, and code Playground
by adamschwartz
HTML
<script src="https://cdn.rawgit.com/EagerIO/EmbedBox/master/dist/embed-box.js"></script>
<input id="show" type="checkbox"><label for="show"> Show</label>
<style>
#show:checked ~ .demo {
display: block !important;
}
</style>
<div class="demo" style="display: none"></div>
<script>
new EmbedBox({
name: "Example Plugin",
embedCode: "<script src='//embedbox.io/examples/library.js'></"+"script>",
container: ".demo",
routing: false
})
</script>