CSS

Divide div in two columns using Tailwindcss

Divide div in two columns using Tailwindcss

Simple post to demonstrate how you can divide your container, page or a div into two columns / parts using TailwindCSS. Make your div into grid and use grid-col-2 to divide it into two parts....

Aug 26, 2021 · Tushar
Overlay a div with loading spinner image in center

Overlay a div with loading spinner image in center

At times when you are working with Asynchronous Ajax calls, you want to show a loading spinner on the center of the div which notifies the user that the API call is still in progress. Let see how w...

May 17, 2020 · Tushar