JSFiddle - React, Tailwind, and code Playground

by NyusDepresi

HTML

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

CSS

#text3 {
 font-weight:700px;
 font-size:35px;
 background:#fafafa;
 color:#91080b;
 text-shadow:
   1px 0px 0px #fff,
   -1px 0px 0px #fff,
   0px 1px 0px #fff,
   0px -1px 0px #fff,
   1px 1px 2px #000;
}