JSFiddle - React, Tailwind, and code Playground
by Amir978
HTML
<script src="<script type="text/javascript" src="jquery-1.6.1.js"></script>"></script>
<a href="http://www.google.com" >Google</a>
JavaScript
$(document).ready(function() {
$("a").each(function() {
$(this).attr("target", "_blank");
});
});