JSFiddle - React, Tailwind, and code Playground
by Matt Jennings
HTML
<h2>Filter</h2>
<ul id="filter">
<li class="current"><a href="#">All</a></li>
<li><a href="#">CSS3 and HTML5</a></li>
<li><a href="#">Customer Websites</a></li>
<li><a href="#">JavaScript and jQuery</a></li>
<li><a href="#">PHP and MySQL</a></li>
<li><a href="#">Responsive Web Design</a></li>
<li><a href="#">Ruby on Rails</a></li>
<li><a href="#">WordPress</a></li>
</ul>
<h2>Categories</h2>
<ul id="portfolio">
<li class="css3-html5-responsive">
<a href="#"><img src="http://www.mattjennings.net/wp-content/uploads/2015/01/shopping-list-app_crossed-off_thumb.png" alt="" height="125" width="200" /><br />CSS3 and HTML5 | JavaScript and jQuery | Responsive Web Design</a>
</li>
<li class="php-and-mysql wordpress">
<a href="#"><img src="http://www.mattjennings.net/wp-content/uploads/2015/09/ggl_desktop_home_thumb.png" alt="" height="125" width="200" /><br />CSS3 and HTML5 | Customer Websites | PHP and MySQL | Responsive Web Design | WordPress</a>
</li>
</ul>