JSFiddle - React, Tailwind, and code Playground
by Andreas Burg
HTML
<div class="submit">
<input class="submit" type="submit" value="Registrieren">
</div>
CSS
input {
background-color: silver;
color: black;
padding: 0 1em 0 40px;
line-height: 40px;
background-image: url(https://placeimg.com/24/24/tech/sepia);
background-position: 8px center;
background-repeat: no-repeat;
}