Chris Jarling

Fullstack Engineer

CSS Numbers with same width

To achieve this, we can use the tabular-nums value for font-variant-numeric:

font-variant-numeric: tabular-nums;

In tailwind, we can use the existing util:

<div class="tabular-nums"></div>
Last update: 6th Oct, 2024
© 2024 Chris Jarling