JSFiddle - React, Tailwind, and code Playground

JavaScript

alert("Before");
$.ajax({
    type: "GET",
    url: "www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml",
    dataType: "xml",
    success: function(xml) {
            alert("OK");
    }
});
alert("After");