JSFiddle - React, Tailwind, and code Playground
by Don Johnson
HTML
<form>
<legend>/*Entity Name:
Maricupa County Community College District
Domain: USPF, SLG, Special Districts, Community College</legend>
<fieldset class="left column">
<label for="doc_type">/*Doc Type</label>
<label for="audit"><input type="checkbox" value="1" name="audit" /> Audit</label>
<label for="10k"><input type="checkbox" value="2" name="10k" /> 10k</label>
<label for="budget"><input type="checkbox" value="3" name="budget" /> Budget</label>
</fieldset>
<fieldset class="right column">
</fieldset>
</form>