JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

JavaScript

var asd = {
	one: 1,
  two: 2,
  fn: show(this)
};

function show(asd) {}