JSFiddle - React, Tailwind, and code Playground
by Serge Zahharenko
HTML
<span class="BIG_WIN">BIG WIN</span>
CSS
body {background:#222;color:#fff;}
.BIG_WIN {
font-size: 122.667px;
font-family: "Noto Sans";
color: rgba(255, 255, 255, 1);
font-weight: bold;
line-height: 1.2;
text-shadow: 0px 0px 25px rgba(39, 174, 243, 0.004);
-moz-transform: matrix( 3.73471455241867,0,0,3.73471455241867,0,0);
-webkit-transform: matrix( 3.73471455241867,0,0,3.73471455241867,0,0);
-ms-transform: matrix( 3.73471455241867,0,0,3.73471455241867,0,0);
z-index: 91;
}