JSFiddle - React, Tailwind, and code Playground
HTML
<input type = 'text' id = 'tblTarget' value='26/02/2013'/>
<br/>
<input type='button' id = 'button_submit' onclick='submit()' value='click' />
JavaScript
function submit()
{
alert('f');
}