JSFiddle - React, Tailwind, and code Playground
by jstenkvist
HTML
<div style="width: 100%;">
<div style="width: auto; text-align: right; border: 1px solid red; height: 75px;">
<fieldset style="padding: 5px; border: 1px solid rgb(128,128,128) width: 200px; float: right">
<legend style="color: rgb(11,63,113); font-weight: bold; font-size: 11pt;">File Number</legend>
<input type="text" id="fileno" style="background: white url(images/glass.png) left no-repeat; padding-left: 19px;" onkeydown="handleKeyDown(event,this)">
</fieldset>
</div>