JSFiddle - React, Tailwind, and code Playground

HTML

<p>"This is a te<span class="foo"> </span>st."</p>

CSS

.foo{
  font-size:0;
  
}