JSFiddle - React, Tailwind, and code Playground
by Cath_kb
HTML
<div class='tel'>8(<sub>495</sub>)<sub>7</sub>8-888-<sub>7</sub>8</div>
CSS
.tel sub {
font-size: inherit;
vertical-align: -2px;
}
by Cath_kb
<div class='tel'>8(<sub>495</sub>)<sub>7</sub>8-888-<sub>7</sub>8</div>
.tel sub {
font-size: inherit;
vertical-align: -2px;
}