JSFiddle - React, Tailwind, and code Playground
HTML
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="http://www.givainc.com/labs/lib/jquery.marquee.js"></script>
<link type="text/css" href="http://www.givainc.com/labs/css/jquery.marquee.css" rel="stylesheet" media="all" />
<div class="marquee">jQuery marqueefsdlfksjdlkfjsdlkfjlsdkfjlskdjflsdkfjlsdkjflsdkfjlsdkfjlsdkjflsdkjflsdkjflskdjf is the best marquee plugin in the world</div>
JavaScript
$('.marquee').marquee({
//speed in milliseconds of the marquee
duration: 5000,
//gap in pixels between the tickers
gap: 50,
//time in milliseconds before the marquee will start animating
delayBeforeStart: 0,
//'left' or 'right'
direction: 'left',
//true or false - should the marquee be duplicated to show an effect of continues flow
duplicated: true
});