JSFiddle - React, Tailwind, and code Playground
by Ryan Brown
HTML
<form id ="formski">
<p>
<input type = "textbox" value = "3*(x+5*y)"/>
<br/>
<input type = "button" onclick="()" />
</p>
<p id = "Print">
</p>
</form>
by Ryan Brown
<form id ="formski">
<p>
<input type = "textbox" value = "3*(x+5*y)"/>
<br/>
<input type = "button" onclick="()" />
</p>
<p id = "Print">
</p>
</form>