JSFiddle - React, Tailwind, and code Playground
by cvalleskey
HTML
<div class="phone">
<div class="frame">
<img src="https://www.ocrevus.com/content/dam/gene/ocrevus/hcp/charts/desktop/OCREVUS_hcp_RMS_3_month_disability_progression_chart_multiple_sclerosis_desktop.png" width="540" />
</div>
</div>
CSS
* {
box-sizing: border-box;
}
body {
background: #000;
margin: 0;
}
.phone {
width: 100%;
padding: 16px;
background: #EEE;
margin: 0 auto;
}
.frame {
width: 100%;
background: #FFF;
overflow-x: auto;
}