Tailwind CSS v2.1 introduces a new just-in-time compiler for Tailwind that generates your styles on-demand as you author your templates, instead of generating everything in advance at initial build time. In this lesson, we'll review how to transition rounded courses using the JIT Compiler.
The code for this lesson is divided into two sections, with this you can see the progress on the code.
From squares to a circles, we can also use rounded-[50%]
and it will work despite the size of the square.