JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<input style="font-size:40px;color: red" type="checkbox" name="a" value="a">some text</input>

CSS

.foo {
  background: pink;
  font-size: 40px;
  color: red;
}