JSFiddle - React, Tailwind, and code Playground

HTML

<label>Show content below:
    <input ng-model="showSpecial" type="checkbox" />
</label>
<div ng-show="showSpecial" id="special">
This content will disappear and reappear if you click the checkbox above
</div>