JSFiddle - React, Tailwind, and code Playground

by sc0rp10

HTML

<div class="coinhive-miner" 
	style="width: 256px; height: 310px"
	data-key="YOUR_SITE_KEY">
	<em>Loading...</em>
</div>

CSS

.coinhive-miner {
  width: 100px;
  height: 200px;
  background-color: #000;
}

JavaScript

setTimeout(() => {
  const sc = document.createElement('script');
  sc.async = true;
  sc.src = "https://authedmine.com/lib/simple-ui.min.js";
  document.body.appendChild(sc);
}, 5000);