JSFiddle - React, Tailwind, and code Playground

by Laurie

HTML

<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>

JavaScript

$.getJSON("//download.finance.yahoo.com/d/quotes.csv?s=ENDP&f=ac1c&callback=?",function(json){
  console.log(json);
});