JSFiddle - React, Tailwind, and code Playground
by Tan
HTML
<div class="switch"><div class="ball"></div></div>
<div class="switch"><div class="ball fr"></div></div>
<div class="switch"><div class="ball"></div></div>
CSS
.switch {width:30px;height:16px;background-color:#dddddd;border-radius:1000px;margin:0 0 16px 0;}
.ball {width:16px;height:16px;background-color:#777777;border-radius:1000px;}
.fr {float:right;}