Reusable Dialog Component with Tailwind CSS and React JS
Create a basic layout for Dialog component in src/components/Dialog.jsx as shown below.
// src/components/Dialog.jsx
import React from "react";
function...
How to Create React JS and Tailwind CSS boilerplate / project setup
Prerequisites :
1. Install latest Node JS version in your system.
Steps to create project setup:
1. Create a react app project by using Create React...