JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<div>
  <input type="checkbox" id="spams" name="newsletter">
  <label for="spams">I have read the general conditions of sale.</label>
  <br>
  
  <input type="checkbox" id="spams" name="spam" checked>
  <label for="spams">Are you agree for receiving a lot of spams?</label>
</div>