JSFiddle - React, Tailwind, and code Playground

by moku23

HTML

<span>Test</span>
<h2>
ciao
</h2>

CSS

h2 {
  color: #C24F35;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}