JSFiddle - React, Tailwind, and code Playground

by ecropolis

HTML

/* 
1. Available views
2. High-level Metrics/Attributes
3. Available Actions


*/

JavaScript

task_data =  [{
	"status": "not started",
	"task": "reserving",
	"state": "alert",
	"type": "specific review",
	"entity": "Alphabet, Inc",
	"due_date": "01/15/2017",
	"details": "abdcd",
	"snapshots": [{
		   "id": "22",
		   "date_time": "3/31/2016 1:05:00 PM"
	   }, {
		   "id": "23",
		   "date_time": "4/30/2016 10:05:00 AM"
	}],
	"tags": ["favorite"]
}];