JSFiddle - React, Tailwind, and code Playground

HTML

Line me up with button
<form action="">
    <button>Hello</button>
</form>

CSS

form {
    display: inline-block;
}