JSFiddle - React, Tailwind, and code Playground

HTML

<div id="site-logo">
			<a href="http://www.site.net/" target="_blank">Texte</a>
		</div>

CSS

#site-logo {
		position: absolute;
		top: 10px;
		left:80%;
		width:128px;
		height:128px;
		background:url(http://placekitten.com/g/128/128) no-repeat;
		text-indent:-9999px;	
	}
	
		#site-logo a {
			display:block;
			width:100%;
			height:100%;
		}