JSFiddle - React, Tailwind, and code Playground
JavaScript
const url = new URL('http://example.com/path/index.html?param=value');
console.log(url.pathname); // => '/path/index.html'
const url = new URL('http://example.com/path/index.html?param=value');
console.log(url.pathname); // => '/path/index.html'