Responsive contact form using TailwindCSS
First, we need to start a new HTML File. So create a file and the code for boilerplate and to use TailwindCSS.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta nam...
aayushbiswas.hashnode.dev3 min read