JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>

<table border="1" align="right">
<tr>
  <td>1</td>
  <td>2</td>
</tr>
</table>
</body>
</html>

CSS

table {
  margin-right: 10%;
}