JSFiddle - React, Tailwind, and code Playground

by Leonardo Trimarchi

JavaScript

var materials =
	[
		{
			"id": "1", 
			"count": "7", 
			"language": "English",
			"organization":"Washington County Court"
			
		},
		{
			"id": "3", 
			"count": "7", 
			"language": "French",
			"organization":"Washington County Court"
		}
		
	]
	
alert(materials);