JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width:100%;min-height:50px!important;text-align:center;background-color:#eee;border-bottom:solid 2px #aaa">
	<div style="min-height:10px">&nbsp;</div>
	<div style="min-height:30px">
		<div style='width:200px;margin:0 auto;'>
			<a href="http://google.com" target="_blank">
				<div style='position:relative;'>
					<div style='position:absolute; height:30px;width:200px;z-index:1000;'>
						<img height="30" width="200" alt="View Presentation" src="http://www.clker.com/cliparts/X/1/Q/v/b/2/green-button.svg">
					</div>
					<div style='position:absolute;height:30px;width:200px;background-color:#EEE;'>
						Click here to view
					</div>
				</div>
			</a>
		</div>
	</div>
	<div style="min-height:10px">&nbsp;</div>
</div>