JSFiddle - React, Tailwind, and code Playground
JavaScript
$.ajax({
url: 'http://fiddle.jshell.net/img/initializing.png',
headers: {
range: 'bytes=0-127'
},
complete: function (xhr) {
console.log([xhr.responseText.length, xhr.status]);
}
});