JSFiddle - React, Tailwind, and code Playground

HTML

<h1><span class="hide-on-small">Espace </span>Coaching</h1>

CSS

@media screen and (min-width: 0px) and (max-width: 799px) {
  .hide-on-small { display: none;}
}