JSFiddle - React, Tailwind, and code Playground

by Nicolas PUJOL

HTML

<input id="tab1" type="radio" name="tabs" checked>
<label for="tab1">Events</label>

CSS

label[for*='1']:before {
    content:url('http://maps.google.com/mapfiles/kml/pal3/icon55.png');
}
label[for*='2']:before {
    content:'\1F4D6';
}
label[for*='3']:before {
    content:'\1F6B6';
}
label[for*='4']:before {
    content:'\1F464';
}