JSFiddle - React, Tailwind, and code Playground

by Amir978

HTML

<script src="&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.6.1.js&quot;&gt;&lt;/script&gt;"></script>
<a href="http://www.google.com" >Google</a>

JavaScript

$(document).ready(function() {
    $("a").each(function() {
        $(this).attr("target", "_blank");
    });
});