JSFiddle - React, Tailwind, and code Playground

by bizamajig

HTML

<script src="https://d3js.org/d3.v4.js"></script>

JavaScript

d3.html("http://enable-cors.org/", function(frag){
console.log('hello');
    console.log(frag.children[1].textContent);
});