JSFiddle - React, Tailwind, and code Playground

by Ryan Morris

HTML

{
	"data": [
		{
			"id": 1,
			"username": "morris082",
			"favColor": "blue"
		},
		{
			"id": 2,
			"username": "terribleterry",
			"favColor": "red"
		},
		{
			"id": 3,
			"username": "jimbob",
			"favColor": "blanchedalmond"
		}
	]
}