JSFiddle - React, Tailwind, and code Playground

by intrinsica

HTML

<figure id=brain>
  <img...

SCSS

#brain {
  background: #f3df49;
  height: 200px;
  position: relative;
  width: 200px;
  
  img {
    width: 67%;
    position: absolute;
      bottom: 5%;
      right: 1%;
  }
}

JavaScript

// Brain image free from https://pixabay.com/p-1299830