JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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

input[type=submit] {
    margin-left: 5px;
}