JSFiddle - React, Tailwind, and code Playground
by SebastianPataneMasuelli
HTML
<ul>
<li><FORM><INPUT type="button" value="some page!" onClick="window.open('http://www.pageresource.com/jscript/jwinopen.htm','olejak','width=400,height=200,left=0,top=100,screenX=0,screenY=100')"></FORM></li>
<li><FORM><INPUT type="button" value="other page! other page! other page! other page! " onClick="window.open('http://www.adobe.com/devnet/air/samples_actionscript.html','fchunovkin','width=400,height=200,left=0,top=100,screenX=400,screenY=100')"></FORM></li>
</ul>
CSS
input[type="button"] { width: 200px;
max-width: 150px;
padding: 5px 10px;
word-wrap: break-word;
height: auto;;
background-color: red;
}