JSFiddle - React, Tailwind, and code Playground

HTML

<span>
  test text
</span>

CSS

span {
    color: #fff;
    text-shadow: 1px 0px 4px #000;
}