JSFiddle - React, Tailwind, and code Playground

HTML

<div class="head"><h1>Оформить заказ</h1></div><br>
<form>
    <label>Пароль:</label>
    <input type="text" name="de" placeholder="Пароль">
        
    <label>Пароль:</label>
    <input type="text" name="de" placeholder="Пароль">
        
    <label>Пароль:</label>
    <input type="text" name="de" placeholder="Пароль">
</form>

CSS

form {
    width: 600px;
}
form label {
    floar: left;
    width: 200px;
    display: inline-block;
}
form input {
    floart: right;
    width: 200px;
}