JSFiddle - React, Tailwind, and code Playground
by j08691
JavaScript
$('<input>', {
'type' : 'text',
'autofocus' : 'true'
}).prop('size','50').appendTo('body');
by j08691
$('<input>', {
'type' : 'text',
'autofocus' : 'true'
}).prop('size','50').appendTo('body');