JSFiddle - React, Tailwind, and code Playground

by tecs717

HTML

<div>
  <pre id='report'>
    
  </pre>
</div>

JavaScript

$.ajax({
  url: "https://saas.loqate.com/batch/getfile.php?filename=reportksfsvONlHvmOUuB01Vc11sAG2WxJS6p3G7N2VHH815384598971017&session_id=49vfcphi79hf1va9g2isjsusn7",
  crossDomain: true,
	success: result => {
  	$('pre#report').html(result)
	},
  error: (xhr, err) => {
  	console.log(err)
  }
})