JSFiddle - React, Tailwind, and code Playground

by programus

HTML

<input type="checkbox" checked />
<input type="checkbox" />
<input type="checkbox" checked/>

CSS

input:checked:last-child{
margin:10px;
}