JSFiddle - React, Tailwind, and code Playground
HTML
<div class="strokeme">
This text should have a stroke in some browsers
</div>
CSS
.strokeme
{
font-size:80px;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
}