JSFiddle - React, Tailwind, and code Playground

by Weston Ruter

HTML

<p><input type=checkbox id=identified> Identified (New)</p>
<p><input type=checkbox id=accepted checked> Accepted (Removed, Sanitized)</p>
<p><input type=checkbox id=rejected> Rejected (Not removed)</p>

JavaScript

document.getElementById('identified').indeterminate = true