JSFiddle - React, Tailwind, and code Playground
JavaScript
$.getJSON('http://anyorigin.com/get?url=http://www.google.com&callback=?', function(data){
var siteContents = data.contents;
alert((/<title>(.*?)<\/title>/m).exec(siteContents)[1]);
});