JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<input placeholder="enter your name" @bind="MyInputText"/>
<button @onclick="button_pressed">Ok</button>
</div>
<div>
<input placeholder="enter your name" @bind="MyInputText"/>
<button @onclick="button_pressed">Ok</button>
</div>