JSFiddle - React, Tailwind, and code Playground
by mvivekc
HTML
<input type="submit" value="Log In" id="button-log" />
CSS
#button-log {
width:70px;
height:30px;
line-height:26px;
background-color:#1963FF;
}
by mvivekc
<input type="submit" value="Log In" id="button-log" />
#button-log {
width:70px;
height:30px;
line-height:26px;
background-color:#1963FF;
}