JSFiddle - React, Tailwind, and code Playground

by Academia

HTML

<script src="https://rawgithub.com/Alligator/Lake.js/master/lake.js"></script>
<img id="lake-img" src="http://alligatr.co.uk/lake.js/lake.png" style="display: none;"/>

JavaScript

$(function() {
  $('#lake-img').lake({
    'speed': 1,
    'scale': 0.5,
    'waves': 10
  });
});