JSFiddle - React, Tailwind, and code Playground

HTML

<input id="Text1" type="text" />
    <input id="Text2" type="email" />

CSS

input[type=text ], input[type=email ] {
            width: 400px;
        }