JSFiddle - React, Tailwind, and code Playground
by ftaran
HTML
<body>
<div id="masthead-canvas" onload="window.scrollTo(window.outerwidth)">
<table id="masthead" cellspacing="0" cellpadding="0" border="0" class="masthead">
<tbody>
<tr>
<td rowspan="2" id="logocell"><a id="hyp_logo" href="default.aspx"></a></td>
<td><h1 id="title">@@ProductName@@</h1></td>
<td id="internalLinks" class="rightcell">
<div style="width:100%">
<ul id="internalLinksList">
<li id="TimeOutError" class="HeaderWarning"></li>
<li></li>
<li><a id="hyp_home" href="default.aspx" style="padding-right:2px;">Home</a></li>
<li><a id="GOOGLE.COMFDGFGFDG" href="http://google.com" target="_blank">google.comfdgfgfdg</a></li>
<li><a id="YAHOO.COMDFGDFGFGD" href="http://yahoo.com" target="_blank">yahoo.comdfgdfgfgd</a></li>
<li><a id="YOUTUBE.COM" href="http://youtube.com" target="_blank">youtube.com</a></li>
<li><a id="ABCDEFGDFGDGFGDGF" href="abcde.com" target="_blank">abcdefgdfgdgfgdgf</a></li>
<li><a id="EFGHDFGFXGDFGDFGDFGD" href="http://efgh.com" target="_blank">efghdfgfxgdfgdfgdfgd</a></li>
<li><a id="IJKL.COMDFGFDGFGFDGFG" href="ijkl.com"...
CSS
/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
html {
margin: 0px; height: 100%;
}
body {
margin: 0px; height: 100%;
}
html > form {
height: 100%;
}
body {
margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Arial, Tahoma, Sans-Serif; background-color: rgb(255, 255, 255);
}
body a {
font-size: small;
}
/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
#masthead-canvas {
color: black; overflow: scroll; margin-bottom: 15px;
}
.masthead {
width: 99%; color: black; font-family: Verdana, Arial, sans-serif !important; font-size: x-small !important;
}
#logocell {
top: -2px; width: 2px; text-align: left; padding-right: 2px; padding-left: 4px; vertical-align: middle; position: relative;
}
.masthead h1 {
margin: 0px; color: black; font-family: Verdana, serif; font-size: small !important;
}
.masthead .rightcell {
text-align: right;
}
.masthead #internalLinks ul {
margin: 0px; padding-bottom: 3px; list-style-type: none;white-space:nowrap;
}
.masthead #internalLinks li {
margin: 0px; padding-left: 5px; font-size: medium; display: inline;
}
.masthead #internalLinks li a {
left: 0px; color: blue; padding-bottom: 1px; font-size: 11px; font-weight: bold; text-decoration: none; position: relative;
}
.masthead #internalLinks li a:hover {
text-decoration: underline;
}
.masthead #internalLinks .minwidth {
width: 320px;
}
.masthead #internalLinks #headerMin {
}
#infobar-contents {
left: 4px; top: 0px; position: absolute;
}
.minmaxli a {
display: none;
}
#infobar-contents ul {
margin: 0px; list-style-type: none;
}
#infobar-contents li a {
text-decoration: none;
}
#tickerTape a {
color: rgb(255, 255, 255);
}
#infobar-contents li a:hover {
text-decoration: underline;
}
.ie-dummy {
clear: both;
}
#breadCrumbs {
padding-left: 4px; display:...