Day 5 of 75 learning Dev
Background color change project
This is a small project in which we will learn how to add tailwind and also how the onclick function work.
import { useState } from "react";
function App() {
const [color,setColor]=useState('olive');
function r...
u05.hashnode.dev2 min read