JSFiddle - React, Tailwind, and code Playground
by alpacalips
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML Test</title>
</head>
<body>
<div style="width: 300px; margin: 0 auto;">
<div style="float: right;">right1</div>
<div style="float: right;">right2</div>
<p>Why is there space above this line in FF?</p>
</div>
</body>
</html>