JSFiddle - React, Tailwind, and code Playground

by Fredy Sudhir

HTML

<h2>Test text for text storke</h2>

CSS

h2{
  font-size: 32px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px red;
  font-family: Arial;
}