JSFiddle - React, Tailwind, and code Playground

JavaScript

var loc = window.location.pathname; 
var pageOne = '/gEtG2/';
if(loc.indexOf(pageOne) >= 0) { 
    alert('Thats the path I wanted!');
}