JSFiddle - React, Tailwind, and code Playground

by jimyu

JavaScript

Promise.resolve('test').then(()=>{
console.log('1st this', this);
}
);