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>
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>