JSFiddle - React, Tailwind, and code Playground

JavaScript

$('<input/>', {
   'type': 'Text',
   'value':'Some Text',
   'size': '30'
}).appendTo("body");