JSFiddle - React, Tailwind, and code Playground

by dmitri_pavlutin

JavaScript

const url = new URL('http://example.com/path/index.html');

console.log(url.hostname); // => 'example.com'