JSFiddle - React, Tailwind, and code Playground

by kevinPHPkevin

JavaScript

if ( swipeDirection == 'left' ) {
    window.location.href = 'other.html';
}