<a class="link" href="#">Internal Link</a>
{ "link": "#", "text": "Internal Link" }
<a class="link link--external" href="#" rel="noopener noreferrer" target="_blank">external Link</a>
{ "external": true, "link": "#", "text": "external Link" }
<a class="link link--arrow" href="#">Arrow Link</a>
{ "link": "#", "text": "Arrow Link", "arrow": true }
<a class="link link--download" href="#" target="_blank" download="download.pdf">download-Link (PDF, 12KB)</a>
{ "download": "download.pdf", "link": "#", "text": "download-Link (PDF, 12KB)" }