JSFiddle - React, Tailwind, and code Playground
by toubia95
HTML
<h1>Text</h1>
CSS
h1 {
color: red;
-webkit-text-fill-color: yellow; /* Will override color (regardless of order) */
-webkit-text-stroke: 1px red;
}
by toubia95
<h1>Text</h1>
h1 {
color: red;
-webkit-text-fill-color: yellow; /* Will override color (regardless of order) */
-webkit-text-stroke: 1px red;
}