JSFiddle - React, Tailwind, and code Playground

JavaScript

function sendEvent(id) {
    $.ajax("SAPEVENT:SOME_TEXT?" + id);
}

sendEvent(2);