import React from 'react' import stl from './Bar.module.css' const Bar = ({ className = '', width = 0, avg, domain, color }) => { return (