JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Zielort</h1>
<iframe
src="http://maps.google.de/maps?f=d&amp;source=s_d&amp;hl=de&amp;aq=0&amp;mra=ls&amp;ie=UTF8&amp;t=m&amp;output=embed&amp;saddr=bochum" style="width:500px;height:300px;">
</iframe>

<h2>Von X nach Y</h2>
<iframe
src="http://maps.google.de/maps?f=d&amp;source=s_d&amp;hl=de&amp;aq=0&amp;mra=ls&amp;ie=UTF8&amp;t=m&amp;output=embed&amp;saddr=bochum&amp;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&amp;source=s_d&amp;hl=de&amp;aq=0&amp;mra=ls&amp;ie=UTF8&amp;t=m&amp;output=embed&amp;saddr=bochum&amp;daddr=herne+to:duisburg" style="width:500px;height:300px;">
</iframe>