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