In Bootstrap 5, this code may NOT work
<td class="text-right"> text aligned </td>
But this one will:
<td class="text-end"> text aligned </td>
It seems that start and end is now preferred in this situation.