JSFiddle - React, Tailwind, and code Playground

HTML

<input name="search" />
<ul ng:init="data = {colors: ['yellow', 'red', 'blue', 'black']}">
  <li ng:repeat="color in data.colors.$filter(search)">{{color}}</li>
</ul>

CSS

</style>

<!-- 
  Workaround for jsfiddle to pass in ng:autobind
  http://doc.jsfiddle.net/basic/introduction.html#css
-->
<script src="http://code.angularjs.org/angular-0.9.10.min.js" ng:autobind></script>

<style>
table th {
  font-weight: bold;
}
table td {
  padding: 0.3em;
}