@MarianoBustos-i1f

I still don't understand how your channel doesn't get 10x more suscribers. This is hands down, one of the best series on youtube.

@abhiprayasaputra9426

Gosh , I hope other channel make tutorial like him. Slow pace with the tailwind styling , explain everything on the get go but not to much so you dont overwhelmed just enough to understand

@theanonymous92

super clean explanation, which i assume really compliments the core idea these frameworks : keep it clean and minimal

@worldxm

Thank you Andreas for the organized and detailed explanation. I wanted to understand full- stack API with Tailwindcss+ Django+htmx and found your channel in a perfect time. I'm eager to follow the playlist and learn from you. Hope to see this channel grow and get more views.

@AfterDune

Seen plenty of videos where people used Tailwind - it looks awesome and thanks to you I understand it a lot better. Thanks.

@sale7680

Really amazing awesome tutorial 
I have never seen tutorials like this before

@chadwickm.2524

Starting to work on this series today. I'm looking forward to it.
Thanks a lot Andreas :)

@SayedHussainYousafi

perfectly perfect; very nice, finally find someone who knows how to share his knowledge with other, supper useful, appreciated dud. keep up of the good work.

@motngay1niemvui

the perfect tutorial, the way you structure the navbar, using semantic tag, step by step, man i love it.

@Armin-q6p

Excellent stuff man, it was very helpful

@amine63404

This tutorial and the other one about Django are amazing, thank You very much.

@mohammedmerouane3587

thansk, its the first time I know about custom html element

@evgeniihookah9924

To see the tailwindcss class hints it is better to use the following steps, then by the first characters will pop up possible options to set properties to elements. Thanks for the course!

1) npm init
2) yarn add -D tailwindcss postcss
3) npx tailwindcss init
4) content: ['index.html'], (in tailwind.config.js)
5) create src folder & main.css in it
6) in main.css add:
@tailwind base;
@tailwind components;
@tailwind utilities;
7) add in package.json  
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tailwindcss build -i src/main.css -o public/style.css --watch"
  },
8) yarn build in terminal

Add your classes to the main.css file as follows: 
@layer components {
  .btn-primary {
    @apply py-2 px-5 bg-violet-500 text-white font-semibold rounded-full shadow-md hover:bg-violet-700 focus:outline-none focus:ring focus:ring-violet-400 focus:ring-opacity-75;
  }
}

h t t p s  ://  tailwindcss . com / docs / reusing - styles # extracting - classes - with - apply

@rasshmechawla615

Excellent tutorial

@everyrhing_and_death

U're doing a great work man! But one suggestion: make a playlist both for front-end and back-end

@cureheal

I love your tutorials!!

@stevenhkdb

How come this guy get so little views🤔 the content is great!

@scatterbain1628

exactly what I need - thank you!

@cajocz

I love that you used icons8, it is great but doesn't get the recognition it deserves

@ethanroman6883

Awesome ❤, thank you