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