JSFiddle - React, Tailwind, and code Playground
by terby
HTML
<input type="submit" func="pick" class="bttn" name="123123" group="1" option="1" value="2.35" bet="MS 1--" gametype="1" max="2" selectiontype="0" mirrored="yes">
<input type="submit" func="pick" class="bttn selected" name="123123" group="1" option="1" value="2.35" bet="MS 1--" gametype="1" max="2" selectiontype="0" mirrored="yes">
CSS
.bttn {
width:40px;
height:25px;
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding-left:4px;
color: black;
text-decoration: none;
font:700 11px Arial, Helvetica, sans-serif;
outline:none;
cursor: pointer;
}
.selected {
width:40px;
height:25px;
background-color: #e3f48e;
border: 2px #d1ec4c;
border-style: inset;
padding: 1px 4px;
color: black;
text-decoration: none;
font:700 11px Arial, Helvetica, sans-serif;
outline:none;
cursor: pointer;
}