NextJS is the most plug and play option nowdays. It's not really Next + React as React is part of Next really.
It's a NodeJS framework so it is also your backend, no need for anything separate. The DB is up to you but you can get a hosted mongoDB or postgres pretty easily.
I would not bother with tailwind, good ol' CSS is good enough.
But really, NextJS, hosted on vercel (maker of nextJS) that give you CI / CD out of the box, you can create each page like you would in a PHP application, and also API routes in a similar fashion (one file = one route).
I would not bother with tailwind, good ol' CSS is good enough.
But really, NextJS, hosted on vercel (maker of nextJS) that give you CI / CD out of the box, you can create each page like you would in a PHP application, and also API routes in a similar fashion (one file = one route).