JSFiddle - React, Tailwind, and code Playground

by darkajax

HTML

<marquee>This text will scroll from right to left</marquee>

  <marquee direction="up">This text will scroll from bottom to top</marquee>

  <marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid">
    <marquee behavior="alternate">
      This text will bounce
    </marquee>
  </marquee>