Cant seem to get a code to show

Everything was going good with my second project but now I have an issue,when i try to write a paragraph or anything it does not show.Cant seem to find the issue.Hope someone can help
link: https://codepen.io/joskicaleksa/pen/Rqyamd

You didnt close your select element with </select> tag.

        <select id="dropdown">
          <option disabled value> Select </option>
          <option value> Apple </option>
          <option value> MDMA </option>
          <option value> Fries </option>
          </div>
         </select> <-------------(this guy over here)