JSFiddle - React, Tailwind, and code Playground

HTML

<a href="someurl.com" id="the_link" target="_blank">link</a>

JavaScript

alert($('#the_link').attr('target'));