JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Text-shadow effect</h1>
<p><b>Note:</b> Internet Explorer 9 and earlier do not support the text-shadow property.</p>
CSS
h1 {
text-shadow: 3px 2px red;
}
<h1>Text-shadow effect</h1>
<p><b>Note:</b> Internet Explorer 9 and earlier do not support the text-shadow property.</p>
h1 {
text-shadow: 3px 2px red;
}