JSFiddle - React, Tailwind, and code Playground

by mahmuutt

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

JavaScript

$.ajax({
type : "POST",
url : "/echo/json/",
success : function(){
alert("basarili")
},
});