JSFiddle - React, Tailwind, and code Playground
HTML
<footer>
<button>Back</button>
<button>Cancel</button>
<button>Go</button>
</footer>
CSS
footer {
display: flex;
justify-content: space-between;
}
button:nth-of-type(2) {
margin-left: auto;
}