JSFiddle - React, Tailwind, and code Playground

by Hendra Nucleo

HTML

<button class="loginButton" type='submit' value='submit'>Submit
</button>

CSS

button {
    background:green;
    padding: 12px 20px;
    border:none;
    color:#fff;
}

button:focus {
    outline:0;
}