Add a line break to position the input elements underneath each other.

<html>
<body>
  <input id="fromInput" type="text" placeholder="From">
  <br>
  <input id="toInput" type="text" placeholder="To">
  <br>
  <button>Find flight</button>
</body>
</html>]]>

Make sure to code <br>.