Edit in JSFiddle

  <head>
  <style>
    span{
      color: yellow;
      }
  </style>
  </head>
  <body>
    hpitos<span> foo </span>123
  </body>