JSFiddle - React, Tailwind, and code Playground
by ryanburnett
JavaScript
<!doctype html>
<head>
<style>
body {
width: 100%;
height: 100%;
}
.header {
width: 100%;
height: 100px;
}
.content-left {
float: left;
width: 75%;
height: 350px;
}
.content-right{
width: 25%;
}
.footer {
width: 100%;
height: 100px;
}
</style>
</head>
<body>
<div class="header"></div>
<div class="content"></div>
<div class="content-right"></div>
<div class="footer"></div>s
<header>
</body>
</html>