JSFiddle - React, Tailwind, and code Playground

HTML

<form ng-submit="onSubmit()" novalidate>
	<div id="getFrom">
	<p><input type="text" name="question" ng-model="obj.question" required></p>
	<p><input type="text" ng-model="obj.option1" required name="option1"></p>
	</div>
	<span id="appendHere"></span>
	<button id="addMore" type="button">Add+</button>
	<button  type="submit" name="subUsername">Submit</button>
</form>