JSFiddle - React, Tailwind, and code Playground by Joe Saad April 28, 2020 JavaScript const p = new Promise((resolve, reject) => resolve(1)) console.log(p)