JSFiddle - React, Tailwind, and code Playground

HTML

<input type="button" value="Register">

CSS

input {
    border: thin solid gray;
    border-radius: 2px;
    padding: 2px 4px;
    background-image: linear-gradient(white, lightgray);
}