JSFiddle - React, Tailwind, and code Playground

by omarjuvera

HTML

<script src="https://github.com/mahonnaise/cyclotron/blob/master/jquery.cyclotron.js"></script>
<a id="previous" href="#previous">Previous</a>
    &#09;&#09;&#09;&#09;
<a id="next" href="#next">Next</a>
<div id="index"></div>

<div id="gallery">
    <img id="photo" src="_DSC0001.JPG" />
</div>

CSS

#gallery>* {
	max-width: 100%;
	height: auto;
}

JavaScript

var files =...