JSFiddle - React, Tailwind, and code Playground

by tebrown

JavaScript

$("#wrapperCats").hide();
$(".start").click(function () {
    $("#wrapperEnter").fadeOut("fast", function () {
        $("#wrapperCats").fadeIn("fast", function () {
            // Animation complete.
        });
    });
});
}); //]]>