JSFiddle - React, Tailwind, and code Playground by zerippe January 03, 2019 JavaScript const url = "https://gazee.net"; const d = url.split('://')[1]; console.log(d);