JSFiddle - React, Tailwind, and code Playground

by Alex Cowan

JavaScript

var name = "codemzy";var url = "http://anyorigin.com/go?url=" + encodeURIComponent("https://www.codewars.com/users/") + name + "&callback=?";$.get(url, function(response) {  console.log(response);});