JSFiddle - React, Tailwind, and code Playground

JavaScript

async (err,callback)=>{
return true;
}

asyncTask().then(()=>{
console.log("Ddddd")
})