JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Zielort</h1>
<iframe
src="http://maps.google.de/maps?f=d&source=s_d&hl=de&aq=0&mra=ls&ie=UTF8&t=m&output=embed&saddr=bochum,Hustadtring" style="width:500px;height:300px;">
</iframe>
<h2>Von X nach Y</h2>
<iframe
src="http://maps.google.de/maps?f=d&source=s_d&hl=de&aq=0&mra=ls&ie=UTF8&t=m&output=embed&saddr=bochum,Hustadtring&daddr=herne,laurentiusstr" style="width:500px;height:300px;">
</iframe>
<h3>Von X nach Y über Z</h3>
<iframe
src="http://maps.google.de/maps?f=d&source=s_d&hl=de&aq=0&mra=ls&ie=UTF8&t=m&output=embed&saddr=bochum,Hustadtring&daddr=herne,laurentiusstr+to:duisburg,bruchstr" style="width:500px;height:300px;">
</iframe>