JSFiddle - React, Tailwind, and code Playground

by Mahadevan Sivasubramanian

HTML

<dd id="rr-element">
   <label for="rr-1">
      <input type="checkbox" value="1" id="rr-1" name="rr[]">
      Value 1
   </label>
</dd>

CSS

dd label input {
   margin-right:5px;
}