JSFiddle - React, Tailwind, and code Playground

JavaScript

var myId = "62";
var users = [];

users.push({myId:{
	language:"Dutch",
  born:1999
}});