JSFiddle - React, Tailwind, and code Playground

by dpnminh

JavaScript

var grid = [['name', 'height', 'country'],
		['Kilimanjaro',5895, 'Tanzania'],
		['Everest',8848,'Nepal'],
		['Mount Fuji',3776,'Japan'],
		['Mont Blanc',4808,'Italy/France'],
		['Vaalserberg',323,'Netherlands'],
		['Denali', 6168,'United States'], 
		['Popocatepetl', 5465,'Mexico']];
    


function createDataTable(data){
	

}