JSFiddle - React, Tailwind, and code Playground
by mischah
JavaScript
/**
* Console fix
*/
if (!window.console) {
window.console = {
log: function(event) {},
info: function(event) {},
warn: function(event) {},
error: function(event) {}
};
}