A react component that will point to 2 coordinates in your browser, should you ever need it. Example usage: https://github.com/fengelz/follow-the-mouse
import Compass from 'react-coord-compass';
<Compass coords={[0,0]}>
//image, html, svg or whatever you want to follow you
<div>
<span>
<span />
</span>
</div>
</Compass>
yarn add or npm install 'react-coord-compass'