JSFiddle - React, Tailwind, and code Playground

by nfreitas

JavaScript

SlideShow.prototype.cycle = function (advance) {
    // the rest of your exisiting code.
    
    var that = this;
    toggleButton.addEventListener('click', function () {
        that.togglePlay();
    }, false);
};