so i found a solution for this problem, my index.html file wasnt in the root, instead i had put it in public folder. also i had another issue with the styles.css file in which i had imported it in index.jsx and also had a link tag for it in index.html which was causing issue so i removed it from index.jsx and it solved it.