Simply add the classname “stroke” to your text and the following lines to the
of your document:
<style>
.stroke {
-webkit-text-fill-color: transparent; /* Will override color */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #ffffff;
}
</style>