JSFiddle - React, Tailwind, and code Playground

HTML

<span>Text 1</span>
<span>Text 2</span>

CSS

body { letter-spacing: -6.5em; }
span { background: yellow; letter-spacing: 0; }