JSFiddle - React, Tailwind, and code Playground
HTML
<p><input value="E-mail" type="email” size="50"> Адрес электронной почты</p>
<p><input type="password" size="50"> Пароль</p>
<p><input value="http://" type="url"size="50"> Адрес сайта</p>
CSS
input{
width: 200px;
}