JSFiddle - React, Tailwind, and code Playground

by e_kurbanov

HTML

<div class="btn">
      <label></label>
      <input type="radio" name="test" checked>
    </div>
        <div class="btn">
      <label></label>
      <input type="radio" name="test">
    </div>

CSS

label{
  display: block;
  width: 100px;
  height: 20px;
  background: red;
}