JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://example.com">Example external URL</a>
<a href="/">Example internal URL</a>
JavaScript
$(document.links).filter(function() {
return this.hostname != window.location.hostname;
}).attr('target', '_blank');