JSFiddle - React, Tailwind, and code Playground

by kmouse

HTML

<h1>RmlUi</h1>
	<p>Hello <span id="world">world</span>!</p>
	<p data-if="show_text">The quick brown fox jumps over the lazy {{animal}}.</p>
	<p class="form">
	<input type="text" value="animal"><span class="button">
	Send
	</span>
	</p>

CSS

input {
	vertical-align: baseline
}

.button {
	font-size: 1.7em;
	line-height: 100px;
}