JSFiddle - React, Tailwind, and code Playground
by seefeld
HTML
<img src="http://www2.lse.ac.uk/mapsAndDirections/images/Jan10AreaMap.jpg" width="480" height="480" usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,100,100" href="#1" alt="Sun">
<area shape="rect" coords="100,100,200,200" href="#2" alt="Mercury">
<area shape="rect" coords="124,58,8" href="#3" alt="Venus">
</map>