JSFiddle - React, Tailwind, and code Playground

by Oliver Kelso

HTML

<div class='radio'>
 <label>
   ::before
   I am not selected
   </label>
</div>
<div class='radio'>
 <label>
 ::before
 I am selected
 ::after
 </label>
</div>