JSFiddle - React, Tailwind, and code Playground

by Lloyd Atkinson

HTML

<div id="app"></div>

Babel + JSX

const data = [
	{ note: 'test #1', done: true },
    { note: 'test #2', done: false },
    { note: 'test #3', done: false },
];

const