JSFiddle - React, Tailwind, and code Playground
by aflynt
HTML
<a href="#regulatory">Regulatory</a>
JavaScript
$(document).ready(function(){
$('[href="#regulatory"]').click(function() {
window.open("http://nuclear.southernco.com/development/snc/vogtle3-4/iwov-resources/Documents/Guidelines%20for%20NRC%20Interactions.pdf");
});
});