A countdown component built for React See demo and full doc : https://axelco.github.io/axl-react-countdown
Go to your react project and install axl-react-countdown :
npm i axl-react-countdown
Import module on top of your component file, and call the component in your render :
import CountDown from axl-react-countdown
<Countdown expireDate='31 Dec 2020' />