JSFiddle - React, Tailwind, and code Playground

by rodrigonery

HTML

<a href="http://www.google.com.br">Google</a>

JavaScript

$(function () {
    $("a").attr("target","_blank");
});