JSFiddle - React, Tailwind, and code Playground
by Aaron von Schassen
HTML
<style>
#marquee {
BORDER-TOP: #e10024 3px;
BORDER-RIGHT: #e10024 3px;
BACKGROUND-IMAGE: url();
BACKGROUND-REPEAT: repeat-x;
BORDER-BOTTOM: #e10024 3px;
COLOR: #000;
BORDER-LEFT: #e10024 3px;
LINE-HEIGHT: 30px
}
</style>
<div id="marquee">
<marquee class="ms-rteFontFace-6 ms-rteFontSize-2 ms-rteThemeForeColor-2-0" onmouseover="this.scrollAmount=1" onmouseout="this.scrollAmount=5" behavior="alternate" scrollamount="5"><strong><span style="font-size: 20px" "color: white">+++ NEWSTICKER +++</span></strong><strong> </strong><a href="#" target="_blank" style="color: white">Klick Hier</a></marquee>
</div>