JSFiddle - React, Tailwind, and code Playground

by alokswain

JavaScript

$.ajax({
    url: "http://test.cors.nsenowweb.dev.marketsimplified.com/portfolio",
    success: function() {
        alert("success");
    },
    error: function(e) {
        console.log("Error", e);
    },
    dataType: "html"
});