JSFiddle - React, Tailwind, and code Playground
by krish
HTML
<html>
<body>
<table>
<tr class="authorizationPaging" align="right">
<td colspan="4">
<table>
<tbody>
<tr>
<td><a href="#>1</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>
CSS
table.tblAuthorization tr.authorizationPaging td table td {
background-color: transparent;
background-image: url('/Images/btn_right.png');
background-repeat: no-repeat;
background-position: top right;
color: white;
display: block;
display: inline-block;
display: -moz-inline-box;
font: normal 13px arial, sans-serif;
height: 32px;
margin-right: 0px;
text-decoration: none;
padding: 0px 10px 0px 0px;
}