JSFiddle - React, Tailwind, and code Playground

by NyusDepresi

HTML

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

CSS

#text1 {
  font-weight:700px;
  font-size:35px;
  background:#4aacf7;
  color:#064475;
  text-shadow:
    1px 2px 1px #9ad2fe,
    -1px -2px 1px #1895f7;
}