I have a div that I want to apply Bootstrap's text-center
class , only on MD devices and below.
Any device above MD , I don't want to apply text-center
class.
<p className='text-capitalize text-center'>
Copyright © Tech Store {new Date().getFullYear()}
All Rights Reserved!
</p>