JSFiddle - React, Tailwind, and code Playground
HTML
<h3>IEP Goal Area: Communication</h3>
<div style="width: 640px;border: small solid grey;">
<div style="float: left;"><p>Objectives: </p><textarea rows="4" cols="30"></textarea></div>
<div style="float: left;"><p>Progress: </p><textarea rows="4" cols="30"></textarea></div>
<div><p>Method of Assessment: </p><textarea rows="4" cols="30"></textarea></div>
</div>
CSS
body
{
font-family:Verdana, Geneva, Helvetica, sans-serif;
font-size:12px;
}
#wrapper
{
position:absolute;
width:700px;
height:700px;
left:50%;
top:50%;
margin:-350px 0 0 -350px;
background-color:#fff;
border-radius:10px;
box-shadow:0 1px 10px 3px #666;
text-align:center;
}
#divLogo
{
display:block;
position:relative;
width:500px;
height:150px;
background:#C60 url(http://i48.tinypic.com/21adduc.png) no-repeat center center;
margin: 10px auto;
}
div#divContent
{
clear:both;
float:left;
}