JSFiddle - React, Tailwind, and code Playground

JavaScript

var datasrc = [
    {
        repository : "lemon",
        hash_abbreviated : "146b76e",
        author_email : "[email protected]",
        weekday : "Fri",
        month : "Feb",
        day : "25",
        year : "2011",
        impact : "3162"
    },
    {
        repository : "lemon",
        hash_abbreviated : "d6c8de1",
        author_email : "[email protected]",
        weekday : "Fri",
        month : "Feb",
        day : "25",
        year : "2011",
        impact : "6"
    },
    {
        repository : "lemon",
        hash_abbreviated : "9a27e12",
        author_email : "[email protected]",
        weekday : "Fri",
        month : "Feb",
        day : "25",
        year : "2011",
        impact : "70"
    },
    {
        repository : "apple",
        hash_abbreviated : "6118057",
        author_email : "[email protected]",
        weekday : "Fri",
        month : "Oct",
        day : "1",
        year : "2010",
        impact : "0"
    },
    {
        repository : "apple",
        hash_abbreviated : "3d3d52f",
        author_email : "[email protected]",
        weekday : "Mon",
        month : "Oct",
        day : "11",
        year : "2010",
        impact : "452"
    },
    {
        repository : "apple",
        hash_abbreviated : "1b5b80d",
        author_email : "[email protected]",
        weekday : "Mon",
        month : "Oct",
        day : "11",
        year : "2010",
        impact : "15"
    },
    {
        repository : "orange",
        hash_abbreviated : "dac3458",
        author_email : "[email protected]",
        weekday : "Tue",
        month : "Feb",
        day : "4",
        year : "2014",
        impact : "4"
    },
    {
        repository : "orange",
        hash_abbreviated : "077fa1e",
        author_email : "[email protected]",
        weekday : "Wed",
        month : "Feb",
        day : "5",
        year : "2014",
        impact : "374"
    },
    {
        repository : "orange",
        hash_abbreviated : "e217e8d",
        author_email :...