JSFiddle - React, Tailwind, and code Playground

by Shashank D

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<body>

</body>
  <button id="btnSave" class="btn next-btn" type="submit" name="action"  >Export Image</button>

CSS

svg {
  font: 10px sans-serif;
}

.brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.axis line, .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis text {
  text-shadow: 0 1px 0 #fff;
  cursor: move;
  -webkit-text-stroke: 1px #fff;
  color: black;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,   2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

JavaScript

var base64 =...