JSFiddle - React, Tailwind, and code Playground

by Stéphane LEGRAND

HTML

<script src="https://www.sciencesetavenir.fr/assets/img/2015/06/04/cover-r4x3w1000-57df7f5ace26e-ngc-6744.jpg"></script>
<script src="https://diarypeople.fr/forum/img.jpg"></script>
<body>
  <div class="map">
    <div class="overlay">
    
    </div>
  </div>
</body>

CSS

body {
	margin:0;
	padding:0;
}
	
.map {
  background:url('https://diarypeople.fr/forum/img.jpg') no-repeat;
  width:1000px;
  height:auto;
  display:block;
}