JSFiddle - React, Tailwind, and code Playground
JavaScript
$(function(){
var test = function(data){
alert(data);
};
$.ajax({
type: "POST",
//url: "http://127.0.0.1:27701/collection/adam/latest_notes",
url: "http://127.0.0.1:27701/list_collections",
success: test,
});
});