JSFiddle - React, Tailwind, and code Playground

HTML

<body class="inicio">
    <div id="cabecera">
        <div class="logo">	<a href="<?php echo $ruta_s; ?>" title="Debrecen">
			<img src="images\images\logo.png">			
		</div>
	</div>
	           
</body>

CSS

.inicio {
    background:url(http://placekitten.com/200/300) no-repeat;
    height: 100%;
    width: 100%;
    position:absolute;
    overflow:hidden;
}