This is the sample repo to repro the Tailwind breakpoints not working issue on CRA project.
tailwindcss 2.1.2 Fixed media-query not working issue. Big thanks to the tailwindcss community!
Layout fall back to flex-col
when window size less than 640px
. See below:
yarn install
dependenciesyarn start
to start the webpack devserversm
not working in the Body component