JSFiddle - React, Tailwind, and code Playground
by operatino
HTML
<div style="border-left: solid 1px red;">
<input type="button" value="button"><br>
<input type="submit"><br>
<button>button</button>
<div class="reset">
<input type="button" value="button"><br>
<input type="submit"><br>d
<button>button</button>
</div>
</div>
CSS
body {
}
.reset button, .reset input {
margin: 0;
}