JSFiddle - React, Tailwind, and code Playground
HTML
<span>
 
<span>a text</span>
<span>b text</span>
</span>
CSS
body {font-size: 200%;}
span {font-size: 0.1%; }
span > span {font-size: 100000%;}
JavaScript
/* remove white-space on inline parent */