JSFiddle - React, Tailwind, and code Playground

JavaScript

$.ajax({
  url: "http://www.webcitation.org/archive?url=http://www.google.com&[email protected]&returnxml=true?callback=?",
  dataType:'jsonp',
  success: function (XMLstring) {
    $(XMLstring).find('webcite_url').text();
      alert(XMLstring);
  }
    
});