JSFiddle - React, Tailwind, and code Playground

by trkli

HTML

<div class="container">

    <marquee behavior=scroll direction="left" scrollamount="15" onmouseover="this.stop();" onmouseout="this.start();">

      <a href="">Customers must ensure licensed electricians present a valid electrical license and a notice form.</a>

    </marquee>

</div>

CSS

.container {
  width: 200px;
  overflow: hidden;
}