JSFiddle - React, Tailwind, and code Playground
by nicolasmoise
HTML
<form>
<input Type="button" VALUE="«" onClick="history.go(-1);return true;" />
</form>
CSS
input[type="button"], input[type="submit"] {
background:transparent;
padding:0px;
border:2px solid;
border-radius:25px;
font-size:14px;
font-weight:normal;
color:#ffffff!important;
background:#339933;
padding:10px 15px 10px 15px;
}
input[type="button"]:hover {background-color: #99cc33;}