<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Favour Umoh</title>
    <description>The latest articles on DEV Community by Favour Umoh (@favour_umoh_723a73f87a607).</description>
    <link>https://dev.to/favour_umoh_723a73f87a607</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4071252%2F75af89a4-3fc0-47d6-84c4-f82646b6d647.jpg</url>
      <title>DEV Community: Favour Umoh</title>
      <link>https://dev.to/favour_umoh_723a73f87a607</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/favour_umoh_723a73f87a607"/>
    <language>en</language>
    <item>
      <title>One Month Into Learning Tailwind CSS on Scrimba: What I've Learned So Far</title>
      <dc:creator>Favour Umoh</dc:creator>
      <pubDate>Mon, 10 Aug 2026 13:38:48 +0000</pubDate>
      <link>https://dev.to/favour_umoh_723a73f87a607/one-month-into-learning-tailwind-css-on-scrimba-what-ive-learned-so-far-4np2</link>
      <guid>https://dev.to/favour_umoh_723a73f87a607/one-month-into-learning-tailwind-css-on-scrimba-what-ive-learned-so-far-4np2</guid>
      <description>&lt;p&gt;A month ago, I decided to start learning Tailwind CSS. I already had some background in regular CSS, so I wasn't starting completely from zero — but Tailwind is a different way of thinking about styling, and I wanted to learn it properly instead of just copying classes from tutorials without understanding them.&lt;/p&gt;

&lt;p&gt;I chose to learn it on Scrimba, and one month in, I'm not finished with the course yet — but I've learned enough to already notice how differently I think about building UI now. Here's an honest look at where I'm at.&lt;/p&gt;

&lt;p&gt;Why Tailwind, and Why Scrimba?&lt;br&gt;
Learning Tailwind was actually part of a job requirement for me, so I needed to get comfortable with it quickly. A colleague of mine recommended Scrimba as the place to learn it, and after checking it out, I understood why.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Where it all started from&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fidzib7akgv7rr607i2x2.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fidzib7akgv7rr607i2x2.jpeg" alt=" " width="800" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I've Covered So Far&lt;/p&gt;

&lt;p&gt;In my first month, I've worked through:&lt;/p&gt;

&lt;p&gt;Element sizing — how Tailwind handles widths, heights, and spacing with utility classes.&lt;br&gt;
Colors — Tailwind's color system and how much easier it made styling feel compared to writing custom CSS values.&lt;br&gt;
Padding and margin — the spacing utilities, which turned out to be more challenging than I expected (more on that below).&lt;br&gt;
Headers and footers — building out real page structure, not just isolated components.&lt;/p&gt;

&lt;p&gt;To be honest, nothing clicked right away. It wasn't until I went through the material a second time, with the docs open alongside it, that things finally started making sense.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The syntax I was learning&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffmi7l3jiut046xigay0h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffmi7l3jiut046xigay0h.png" alt=" " width="800" height="381"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Moment I Almost Gave Up&lt;/p&gt;

&lt;p&gt;Here's the honest part of this story.&lt;/p&gt;

&lt;p&gt;When I got to the lesson on padding and margin, I hit a wall. The assignment that came with it was harder than anything before it, and at one point, I genuinely felt like giving up. Understanding the class names was the hard part — I kept mixing them up, unsure which one meant padding and which meant margin, or which side of the element I was actually targeting.&lt;/p&gt;

&lt;p&gt;What got me through it was a combination of Scrimba's guidance built into the course and the official Tailwind docs, which I ended up leaning on heavily. Slowly, piece by piece, things started making sense.&lt;/p&gt;

&lt;p&gt;The moment I finally got the assignment working, I felt genuinely proud of myself — not just relieved, but proud.&lt;/p&gt;

&lt;p&gt;More than anything, that moment taught me patience. Even with all the guidance available, I still didn't understand it right away — and I had to accept that and keep going anyway instead of expecting it to click instantly.&lt;/p&gt;

&lt;p&gt;What Scrimba Gets Right:&lt;br&gt;
The combination of video + interactive code + guidance kept me engaged in a way passive video-only courses hadn't&lt;br&gt;
Having the docs recommended alongside the course meant I wasn't just following along blindly — I was learning to actually read documentation, which is a skill on its own.&lt;/p&gt;

&lt;p&gt;Would I Recommend It?&lt;br&gt;
Yes — and not just to beginners. I'd recommend learning on Scrimba to anyone, whether you're a beginner, intermediate, or advanced developer. It's the interactive, hands-on experience that makes it work — you're not just watching someone else code, you're actually writing and testing it yourself as you go.&lt;/p&gt;

&lt;p&gt;If you want to check it out yourself, here's the link I used to get started: &lt;a href="https://scrimba.com/?via=community" rel="noopener noreferrer"&gt;https://scrimba.com/?via=community&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What's Next?&lt;br&gt;
I'm continuing the course from here, and my next milestone is learning font classes, before moving on to building a plant enthusiast blog as a project to put everything together. I'll probably write a follow-up once I'm done with the full path — this felt too early to call it a full review, but one month in already taught me more than I expected.&lt;/p&gt;

&lt;p&gt;If you're learning to code too, I'd love to hear what's worked for you. Feel free to connect with me on X @annie_fumoh or Instagram @theaniekansway.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>frontend</category>
      <category>development</category>
    </item>
  </channel>
</rss>
