JSFiddle - React, Tailwind, and code Playground

by roeburg

JavaScript

var o = {};

var o2 = {
  a: 0,
  b: 1,
  c: 2,
  'strange key': 3
};