JSFiddle - React, Tailwind, and code Playground

HTML

<div id=content></div>
<content></content>

CSS

#content, content
{
	position: relative;
	height: 128px;
	width: 128px;
	background: #ff0;
}

content
{
	background: #f00;
    display: block;
}