JSFiddle - React, Tailwind, and code Playground
by Peter Hozák
JavaScript
console.log(decodeURIComponent("http://"));
console.log(decodeURIComponent("http%3A%2F%2F"));
console.log(encodeURIComponent("http://"));
console.log(encodeURIComponent("http%3A%2F%2F"));