JSFiddle - React, Tailwind, and code Playground

by Arthur Lutkevichus

HTML

<link rel="stylesheet" href="http://www.even.lv/files/creative/evenZoom/dist/evenZoom.css">
<script src="http://www.even.lv/files/creative/evenZoom/dist/evenZoom.js"></script>
<div data-zoomed="http://blog.crowdfireapp.com/blog/wp-content/uploads/2015/02/unnamed.png">
    <img src="https://sites.google.com/site/infodiggerbrielle/_/rsrc/1433055930266/interesting-books/images%20(3).jpg" />
</div>

JavaScript

$(function () {
    $("div").evenZoom();
});