JSFiddle - React, Tailwind, and code Playground

JavaScript

<?php
preg_match_all('/<a class="thumb_image" href=".*?"/si' ,file_get_contents('http://e-shuushuu.net'),$aResult);
echo '<pre>';
print_r($aResult[1]);
echo '</pre>';
exit;
?>