Hello, I have created a new project using React and tailwind for styling and am trying to deploy it to the IC. I have got managed to get the Hello World quickstart project running locally and have followed the guides to add a stylesheet and use a react framework.
However, I am now trying to add some components such as terms and conditions acceptance on entry but the styling is all wrong and it does not seem to accept the css I am setting.
Here is how my landing page looks from my react application:
And here is how it looks when running from a canister:
I have gone through the tutorials and tried to add the correct tailwind config and webpack loaders but I cannot get it to style properly.
I want to have a front and back end canister setup as in the examples so I can continue with my project and develop back end functionality to deploy to it’s own canister.
Has anyone else had problems like this? Are there any example projects I could have a look at to get some guidance? Thanks!