src/components/BetaBanner.js
import React from 'react'
const BetaBanner = () =>
<div className="lg-absolute lg-col-4 top-0 right-0 fs-10 md-fs-14">
<div className="lg-mr2 p1 lg-py2 lg-pl3 lg-inline-block lg-rounded-bottom bg-red white">
This site is under development, and will be updated periodically. Crime statistics data is subject to change.
<a href="https://forms.fbi.gov/cde">
Submit Feedback
</a>
</div>
</div>
export default BetaBanner