Tiny web component that brings the HTML4 <marquee> element back as a HTML5 web component.
Adjust the speed of the scrolling with the `speed` attribute, where a positive value scrolls from left to right and a negative value scrolls from right to left, defaults to `100` (pixels per second).
Currently only supports horizontal scrolling.