JSFiddle - React, Tailwind, and code Playground
HTML
<div id = "x">div 1</div>abcd
<span>Testing span</span>
CSS
#x {
background: red;
height: 100px;
position: absolute;
}
span {
background: green;
height: 100px;
position: absolute;
}