JSFiddle - React, Tailwind, and code Playground

by ramnathv

CSS

svg {
  font: 10px sans-serif;
}

.caption {
  font-weight: bold;
}

.key path {
  display: none;
}

.key line {
  stroke: #000;
  shape-rendering: crispEdges;
}

JavaScript

var tips =...