JSFiddle - React, Tailwind, and code Playground
HTML
<strong>1</strong> <strong>22</strong> <strong>333</strong>
CSS
strong {
display: inline-block;
width: 50px;
border: 1px solid #000;
text-align: center;
}
<strong>1</strong> <strong>22</strong> <strong>333</strong>
strong {
display: inline-block;
width: 50px;
border: 1px solid #000;
text-align: center;
}