JSFiddle - React, Tailwind, and code Playground
by agapetos
HTML
<link rel="stylesheet" href="http://ghinda.net/css-toggle-switch/dist/toggle-switch.css">
<div class="switch-toggle switch-3 switch-candy">
<input id="on" name="state-d" type="radio" value="1">
<label for="on">Da</label>
<input id="na" name="state-d" type="radio" value="" checked="checked">
<label for="na">Da/Ne</label>
<input id="off" name="state-d" type="radio" value="0">
<label for="off">Ne</label>
<a></a>
</div>
<h5>Rezultat:</h5>
<div class="result">
</div>