JSFiddle - React, Tailwind, and code Playground

by Ryan Perez

JavaScript

const beaker = {
	name: "Ryan",
	height: "20 cm",
  water: 
}

console.log(beaker.name + " "  + beaker.height);
console.log(beaker["name"]);