JSFiddle - React, Tailwind, and code Playground

HTML

<div> 
 <label><input type="checkbox">1</label>
 <label><input type="checkbox">2</label>
 <label><input type="checkbox">3</label>
 <label><input type="checkbox">4</label>
 <label><input type="checkbox">5</label>
 <label><input type="checkbox">6</label> 
 <label><input type="checkbox">7</label> 
 <label><input type="checkbox">8</label> 
 <label><input type="checkbox">9</label> 
 <label><input type="checkbox">10</label> 
 <label><input type="checkbox">11</label> 
 <label><input type="checkbox">12</label> 
 <label><input type="checkbox">13</label> 
 <label><input type="checkbox">14</label> 
</div>

CSS

label {
    display: inline-block;
}