JSFiddle - React, Tailwind, and code Playground

by Jake Overall

HTML

<!-- 
Using html create an HTML element that will display the image at this url
 https://boisecodeworks.com/assets/img/challenges/super-secret-image.jpg
then use a heading element of your choice to give the image a title.
Also don't forget to use the alt attribute
 -->

<img src="https://boisecodeworks.com/assets/img/challenges/super-secret-image.jpg" alt="Minions-are-powered-by-bananas">
<h1>THE MINIONS MOVIE IS GOING TO BE AWESOME!!!</h1>