JSFiddle - React, Tailwind, and code Playground

by cannap

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.2.0/tailwind.min.css">
<div class="relative text-center">

<img src="https://picsum.photos/200" class="block">
<div class="absolute inset-x-0 top-0">
Some Text
</div>

</div>