JSFiddle - React, Tailwind, and code Playground

by xawixawxaw

HTML

<div>
    <input type="checkbox"></input>
        <input type="text"></input>
 </div>

CSS

div{width:90%}

/*input[type="text"]{display:block}