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" 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&daddr=herne" 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&daddr=herne+to:duisburg" style="width:500px;height:300px;">
</iframe>