JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://defunkt.io/facebox/facebox.js"></script>
<link rel="stylesheet" href="http://defunkt.io/facebox/facebox.css">
<form action="http://google.de/search">
<input name="q" value="facebox"/><input type="submit"/>
</form>
JavaScript
$('form').submit(function(){
jQuery.facebox('<iframe width="400" height="400" name="targetbox"></iframe>');
return true;
}).prop('target','targetbox');