JSFiddle - React, Tailwind, and code Playground
HTML
<div id="divmarquee" runat="server" >
<img id="imgtrans" runat="server" src= "/images/480x75-blank-transparent" title="Click Here" style="position:absolute" />
<object width="475px" height="75px" onclick="window.location='http://www.google.com'; return false;">
<embed src="merchant_images/The_Marquee_Dealn.swf" type="application/x-shockwave-flash" style="z-index: 0; cursor:pointer" width="75px" height="75px">
</embed>
</object>
</div>
CSS
#divmarquee { position: relative; }
#imgtrans { cursor: pointer; }