JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
</head>
<body>
<input type="text" />
</body>
</html>
CSS
input{
box-sizing: border-box;
"width: 226px;height:26px;
}
<html>
<head>
</head>
<body>
<input type="text" />
</body>
</html>
input{
box-sizing: border-box;
"width: 226px;height:26px;
}