JSFiddle - React, Tailwind, and code Playground
by cgough
HTML
<div>
<h2>
To Do List
</h2>
<div class="list">
</div>
</div>
JavaScript
var listItems = ["Shopping","Clean the car","wash the dishes"];
by cgough
<div>
<h2>
To Do List
</h2>
<div class="list">
</div>
</div>
var listItems = ["Shopping","Clean the car","wash the dishes"];