JSFiddle - React, Tailwind, and code Playground

by George Batt

HTML

<input type="checkbox" id="button">
<label for='button'><img></label>

CSS

img{height:40px; width:30px; border:1px solid #000}
input{display:none}
input:checked + label img{border-color:orange;}