JSFiddle - React, Tailwind, and code Playground

by SkeLLLa

HTML

<script src="http://jmpressjs.github.io/jmpress.js/dist/jmpress.js"></script>
<link rel="stylesheet" href="http://jmpressjs.github.io/jmpress.js/examples/simple/simple.css">
<div id="simple">
	<div id="home" class="step">
		<p>Hello! My name is jmpress.js...</p>
	</div>
	<div class="step" data-x="1000">
		<p>and this is a really simple demo.</p>
	</div>
	<div class="step" data-x="2000">
		<p>You might think it is boring...</p>
	</div>
	<div class="step" data-x="3000">
		<p>but that is the point. This is a simple example.</p>
	</div>
</div>

<div class="hint">
    
</div>