JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="//rawgit.com/dbiscalchin/urlinput/master/src/jquery.urlinput.js"></script>
<form>
<label for="my_url">Some url</label>
<input type="text" name="my_url" id="my_url" />
</form>
JavaScript
$('#my_url').urlinput({ theme: 'bootstrap' });