JSFiddle - React, Tailwind, and code Playground

JavaScript

$.post( "test.php", { testdata : "signal" },
            function( data ) { alert( "Nested function" )})
 .complete( function () { alert( "Done function" )});