JSFiddle - React, Tailwind, and code Playground
HTML
50x50px image<br />
<img src="http://stacyrobyn.com/dev/retina/test.png" />
<br /><br />
100x100px image<br />
<img src="http://stacyrobyn.com/dev/retina/[email protected]" />
<br /><br />
100x100px image, scaled to 50x50 with CSS (ugly!)<br />
<img src="http://stacyrobyn.com/dev/retina/[email protected]" width="50" height="50" />