JSFiddle - React, Tailwind, and code Playground

HTML

<label for="#">MAC Adress : </label>
    <input type="text" name="mac-addr"><br />
        <label for="#">MAC Adress : </label>
    <input type="text" name="mac-addr"><br />

CSS

label {
    display: inline-block;
    margin-top: 50px;
}