JSFiddle - React, Tailwind, and code Playground

by wenyi

JavaScript

setTimeout(function () {
	var data = []; // your data from ajax here
    alert(data);
}, 1000);