JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" />
<div>hello world</div>

CSS

input {display: block;}
div {display: block; background-color: pink;}