My HTML is updating correctly to change colour with tailwind, but the browser only actually updates with the colour gray, not other colours, why?
I’m using JS, to update the background colour of an HTML element using tailwind.
It works with the colour gray, but not any other colour.
Built pages in HTML and can’t move them/convert them into React properly
Trying to turn a few pages I made in HTML into the react framework, and I am failing extremely bad. I like how the html looks like I know js/css/html but react is a pretty different beast. The github is https://github.com/icantfunction/InterestBenefitForms take a look at it, but this came down by someone requesting I make a few pages look better but the OG was built in MERN and I decided instead of making my own version without the framework to just convert my beautiful pages into react. I need some help because how App.js isn’t how I want it to look and looks nothing like SecondFormPage.html.