JSFiddle - React, Tailwind, and code Playground

by ken3desu

HTML

<label><input type="checkbox">チェックボックス</label>

CSS

input[type="checkbox"]
{
  transform: scale(2);
  
  /* labelかぶり防止 */
  margin-right: 0.5em;
}