JSFiddle - React, Tailwind, and code Playground
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;
}
<input style="font-size:40px;color: red" type="checkbox" name="a" value="a">some text</input>
.foo {
background: pink;
font-size: 40px;
color: red;
}