JSFiddle - React, Tailwind, and code Playground

by artemhp

HTML

<!DOCTYPE html>
<html>
<head>
<title>Тест</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
<style type="text/css" id="page-css"> 
</style> 
</head>
<body>
<div style="height:200px; background:brown;">header</div>

<div style="display:table; height:100%;">        
     <p>Текст</p>
</div>

<div style="height:100px; background:green;">footer</div>
</body>
</html>