JSFiddle - React, Tailwind, and code Playground

by NyusDepresi

HTML

<div id="text5"
    <div style="text-align:center;">
        <h2>NYUS BLOG</h2>
</div>

CSS

#text5 h2 {
 font-weight:680px;
 font-size:35px;
 background:#eee;
 color:#45BEF7;
 text-shadow:
   0px 1px #577079,
   0px 2px #577079,
   0px 3px #577079,
   0px 4px #577079,
   0px 5px #577079,
   0px 6px #577079,
   0px 7px #577079,
   0px 7px 10px #333;
}