JSFiddle - React, Tailwind, and code Playground

by kontrach

HTML

<marquee class="red-shadow">Оксана, поздравляю с Днём Рождения!!!</marquee>
<br><br>

<marquee direction="up" height="100" behavior="alternate">Счастьечка, здоровьячка!!!</marquee>

<marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid">
  <marquee behavior="alternate">
    Детей Роботящих!!
  </marquee>
</marquee>

CSS

.red-shadow{
  text-shadow: 2px 2px 10px rgba(255,0,0,.5);
  font-size: 1.4em;
}