Using the tab control in semantic-ui-open source projects Semantic-Org/Semantic-UI

I am trying to build a website using semantic-ui. I like a lot of what I see. However, I’m trying to just create a tab control. In an attempt to do this, I thought I grabbed the code found on the overview page. However, as my jsfiddle shows, the tab behavior is not working properly. Here’s a sample of my tab code:


  First
  Second
  Third

  
    One
    Two
    Three
  

What am I doing wrong?