JSFiddle - React, Tailwind, and code Playground
HTML
<b>test.</b>
<b>test.</b>
CSS
b {
letter-spacing: 1em;
border: solid;
display:inline-block;
}
b~b {
text-indent:-1em;;
direction:rtl;
}
<b>test.</b>
<b>test.</b>
b {
letter-spacing: 1em;
border: solid;
display:inline-block;
}
b~b {
text-indent:-1em;;
direction:rtl;
}