JSFiddle - React, Tailwind, and code Playground

HTML

<form>
  <label>
    <span></span>
      <iframe frameborder="0" scrolling="no" width="468" height="60" marginwidth="0" marginheight="0" style="background-color: #fff"></iframe>


    <input type="checkbox">
  </label>
</form>

CSS

span {
   width: 468px; 
  height: 60px; 
  position: absolute;
  opacity: 0;

}

iframe {
  z-index: 1;
}