JSFiddle - React, Tailwind, and code Playground

by Michele Marcucci

JavaScript

var s = '#/search/sport';
    if (s.match(/\#\/search/)) {
        console.log('search');
    }