JSFiddle - React, Tailwind, and code Playground

by lbstr

JavaScript

var f = function(o){
    alert(o);
};
f({
    a:"a",
    b:"b",
});