JSFiddle - React, Tailwind, and code Playground
by UDany
HTML
<header>
<div id="login">
<input type="text" placeholder="Usuário"><br>
<input type="password" placeholder="Senha">
</div>
</header>
CSS
header {
background: red;
padding: 15px;
text-align: center;
}
#login {
background: green;
display: inline-block;
padding: 15px;
}