Build a calculator easily with tailwind
Here are some steps to build a calculator like this one.
You can build it very easily.
First of all you got to create a HTML file you can name it anything you want. We will name index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="...
codelab.hashnode.dev2 min read