JSFiddle - React, Tailwind, and code Playground
by blaker
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>dailywebdev - Interative Floor Map</title>
</head>
<body>
<img alt="Example floor map" class="floor-map-me" height="345" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/HouseFlrPlan.svg/500px-HouseFlrPlan.svg.png" width="500" />
</body>
</html>