JSFiddle - React, Tailwind, and code Playground

by Joshua Dwire

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

<a href="http://127.0.0.1:8000/test2" id="good">good</a>
<a href="/test1" id="bad">bad</a>

JavaScript

alert($('#bad').attr('href'));