JSFiddle - React, Tailwind, and code Playground
by koh_edwin
HTML
<html>
<script src="https://d3js.org/d3.v4.min.js"></script>
<body>
<h1>Heading</h1>
</body>
</html>
JavaScript
d3.select('h1').style('color','red');
by koh_edwin
<html>
<script src="https://d3js.org/d3.v4.min.js"></script>
<body>
<h1>Heading</h1>
</body>
</html>
d3.select('h1').style('color','red');