JSFiddle - React, Tailwind, and code Playground

JavaScript

$.ajax({
  type: 'GET', contentType: 'application/json',
  url: 'http://tomcat.bailamos-salsa.ch/bailamossalsa/app-api/course',
  success: function(response) {
      alert(response);
  }
});