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. <div …
Category: CSS
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 …