JSFiddle - React, Tailwind, and code Playground
HTML
<button>
Registrieren
</button>
CSS
button {
color:red;
padding:1em;
background-color:white;
background-image: linear-gradient(white, lightgrey);
border-radius:1em;
border:0;
}