JSFiddle - React, Tailwind, and code Playground

by koenpunt

HTML

<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<input type="text" data-provide="typeahead" data-source="source">

JavaScript

function source(query, process) {
  return ['123','234'];
}