JSFiddle - React, Tailwind, and code Playground

by sanaullah Rais

HTML

<div class="content">
<div class="content_nav">
<p>Fast &amp; Simple Way to Download Free Software for Windows</p>
<div class="page_image">
<img src="http://static.filehorse.com/design2/windows-software-icon-top.png" width="190" height="82" alt="Windows Software">
</div>
</div>

<div class="ad_970x90_home">
<ins class="adsbygoogle" style="display:inline-block;width:970px;height:90px" data-ad-client="ca-pub-6239882295470434" data-ad-slot="6897154660" data-adsbygoogle-status="done"><ins id="aswift_0_expand" style="display:inline-table;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:970px;background-color:transparent"><ins id="aswift_0_anchor" style="display:block;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:970px;background-color:transparent"><iframe width="970" height="90" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){try{h=s.upd(h,i)}catch(e){}w.location.replace(h)}}" id="aswift_0" name="aswift_0" style="left:0;position:absolute;top:0;"></iframe></ins></ins></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>

<div class="google_ads_h">
<ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-6239882295470434" data-ad-slot="3804087466" data-adsbygoogle-status="done"><ins id="aswift_1_expand" style="display:inline-table;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px;background-color:transparent"><ins id="aswift_1_anchor"...

CSS

body, h1, h2, h3, p, a, ul, li, img, textarea, form, label, input {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505a67;
}
body {
	background:#e6e9ef;
}
img {
	border:none;
}
ul {
	list-style-type:none;
}
h1 {
}
h1 a {
}
h1 a:hover {
}
.main_logo {
	width:216px;
	float:left;
	padding:0 0 0 30px;
	text-align:center;
}
.main_logo a {
	height:54px;
	overflow:hidden;
}
.main_logo p {
	padding:4px 0;
	font-size:10px;
}
.main_logo p img {
	margin:0 0 -4px 4px;
}
.main_logo a:hover {
	background-position:left bottom;
}
h2 {
	line-height:26px;
	display:block;
	padding-left:10px;
}
h2 a {
	color:#999ca5;
	font-size:16px;
	display:inline-block;
	width:100%;
}
h2 a:hover {
	text-decoration:none;
}
h3, h3 a {
	font-size:18px;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#0e71d5;
}
a:hover {
	text-decoration:underline;
}
.text_input {
	float:left;
}
.submit {
	float:left;
}
input {
	float:left;
}
.column {
	float:left;
}
.page_width {
	width:1120px;
	margin:0 auto;
}
.main_content_wrapper {
	width:100%;
	float:left;
}
.header{
	margin-top:20px;
	margin-bottom:10px;
	width:1120px;
	float:left;
	height:75px;
}
.keyword_search {
	float:left;
	width:500px;
	height:45px;
	margin-top:13px;
	margin-left:15px;
}
#top_lang {
	float:left;
	display:block;
	position:relative;
	margin-top:16px;
	z-index:1;
}
#sub_lang {
	display:none;
}
#sub_lang li {
	padding-top:3px;
}
#top_lang a:link, #top_lang a:visited {
	font-size:28px;
	color:#bec1cc;
	padding-left:3px;
	padding-top:3px;
	display:inline-block;
	width:100%;
}
#top_lang a:hover {
	text-decoration:none;
	color:#0e71d5;
	padding-left:3px;
	padding-top:3px;
	display:inline-block;
	width:100%;
}
.curr_lang {
	background-image:url(http://static.filehorse.com/design2/lang_arrow.png);
	background-repeat:no-repeat;
	background-position:50px 18px;
	width:65px;
	padding-left:3px;
	padding-top:3px;
}
.curr_lang:hover...