JSFiddle - React, Tailwind, and code Playground

by Jay Lim

JavaScript

function log(){
 try{
  console.log.apply(console, arguments);
 } catch(e) {
  try {
   opera.postError.apply(opera, arguments);
  } catch(e) {
   alert(Array.prototype.join.call(arguments, ' '));
  }
 }
}