JSFiddle - React, Tailwind, and code Playground

by STHayden

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.6/es6-shim.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/2.10.2/bluebird.js"></script>

JavaScript

var t = new Promise(function(resolve, reject){
	return resolve();
}).then(function(){
	console.log('hi')
})