JSFiddle - React, Tailwind, and code Playground
HTML
<table cellspacing=5 cellpadding=0>
<TBODY>
<TR>
<TD></TD>
<TD id=loginButton><BUTTON class=btn><SPAN>Login</SPAN></BUTTON></TD>
<TD id=changePasswordButton><BUTTON class=btn><SPAN>Change</SPAN></BUTTON></TD>
<TD id=forgotPasswordButton><BUTTON class=btn><SPAN>Forgot</SPAN></BUTTON></TD>
<TD id=otherButton><input type=button class=btn Value='Other'></input></TD></TR>
</TBODY>
</table>
CSS
td {
border: solid 1px #000;
}