JSFiddle - React, Tailwind, and code Playground

by jitendravyas

HTML

<h1> This is heading 1 </h1>
<h2> This is heading 2 </h2>

CSS

h1 {color:#ccc; text-shadow:2px 2px 2px #333333;font-size:5em}
h2 {color:#ccc; text-shadow:2px 2px 2px #333333;font-size:1em}