JSFiddle - React, Tailwind, and code Playground

by alfannas

HTML

<div class="hoverMap" id="reshub">
 	<img src="images/worldmap.png" class="mapImage" />

 	<div class="overlay"></div>

 	<a class="mapLink" id="reshub_1" title="North America" href="#northamerica">North America</a>
</div>

<div class="imageMapPop" id="northamerica">
 	<p>Put something useful here.</p>
</div>

CSS

/* These rules are for <add your description here> */

.hoverMap#reshub .mapLink {border: 2px solid #fa8c00;}
.hoverMap#reshub .mapLink.disableStuff {border: none; animation: none;}
.hoverMap#reshub:hover .mapLink {border: 2px solid #fa8c00;}

#reshub_1 { width: 369px; height: 358px; top: 190px; left: 228px; border-radius: 100%; }