Just clone the repo, update the dependencies, remove the old git repository, create a new, and your are ready to go!
$ git clone [email protected]:oeb25/react-typescript-tailwind-parcel.git -o project-name
$ cd project-name
$ npm update
$ rm -rf .git
$ git init
$ git commit -am 'first commit'