JSFiddle - React, Tailwind, and code Playground

by amindunited

HTML

<script type="text/javascript" src="https://github.com/hadimichael/gest.js/blob/master/src/gest.js"></script>

JavaScript

$(function(){
    gest.options.locking = 500;
    gest.options.messages = true;
    gest.options.skinFilter = true;
    gest.options.debug(true);
    gest.start();
});