JSFiddle - React, Tailwind, and code Playground

HTML

<input type="submit" value="submit">

CSS

input {
   display: block;
   margin: 0 0 0 auto;
   width: 100px;
}